Yong Wu

Results 25 comments of Yong Wu

Summary for 7/25/22 - 7/29/22: [jenkins](https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3900/pipeline/) on https://github.com/apache/tvm/commit/eada707a7027bec47cf003916d349893a9249e4d - failure on android-rpc build [jenkins](https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3880/pipeline/) on https://github.com/apache/tvm/commit/88bbb405408f9d6ae13da7a35341ed83ce8bc9f1 - failure on git push to https://github.com/apache/tvm-site.git [jenkins](https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3900/pipeline/) on https://github.com/apache/tvm/commit/03aed787df32cee8b4691246e4f9e41f72ebd051 - failure on ios-rpc...

I met this issue on my Ubuntu 22 instance (I built the mlc-ai/relax from source), reason is the web wasm was not built, the script https://github.com/mlc-ai/relax/blob/mlc/tests/scripts/task_web_wasm.sh helps me fix it

I encountered the same issue on my Ubuntu22 instance. Building [relax](https://github.com/mlc-ai/relax) from source helps me resolve this issue. you can refer to the guide https://tvm.apache.org/docs/install/from_source.html#developers-get-source-from-github. I also follows the steps...

it was supported in the new printer

> One question, why do we need to support TensorArray for control flow? in order to store the results in the while loop? TensorArray is commonly used with control flow,...

support was merged in tvm/unity https://github.com/apache/tvm/pull/14123

Have assigned it to me, thanks for reporting this issue!

@psrivas2 oh sorry, I didn't notice that I closed it. Thanks for reopening it.

thanks for filing this bug! the checked_type of var `lv0` should be filled. Now we can manually add the annotation for the var as a workaround. Will fix it in...

I looked into object detection models (eg, ssd, maskrcnn, centernet), I can confirm the elements of TensorArray/TensorList in these models have the same shape. See the TensorFlow [Mark-RCNN-Inception-ResNet-v2 graphdef](https://drive.google.com/file/d/1yZWKiSimohMav5duV32saN0ou70difFe/view?usp=sharing), or...