[TVM Discuss] [Questions] Got error on Jetson TX2 with resnet50_v2 CUDA OUT_OF_RESOURCES

2020-05-28 Thread min via TVM Discuss
I had same problem. After I changed `set_cuda_target_arch('sm_62')` to `set_cuda_target_arch('sm_37')` like AWS EC2 p2 you used, I could run the code with no problem. --- [Visit Topic](https://discuss.tvm.ai/t/got-error-on-jetson-tx2-with-resnet50-v2-cuda-out-of-resources/2153/13) to res

[TVM Discuss] [Questions] How to assign a specific GPU when auto-tuning?

2020-05-28 Thread Sleepwalker2017 via TVM Discuss
wow thank you! I'll try it. --- [Visit Topic](https://discuss.tvm.ai/t/how-to-assign-a-specific-gpu-when-auto-tuning/4509/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe

[TVM Discuss] [Questions] Mxnet group conv not support very well by tvm

2020-05-28 Thread LeoSpring via TVM Discuss
I have tuned , but it wasn't useful. I use nvidia 1080ti, cuda. --- [Visit Topic](https://discuss.tvm.ai/t/mxnet-group-conv-not-support-very-well-by-tvm/6811/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](http

[TVM Discuss] [Questions] Mxnet group conv not support very well by tvm

2020-05-28 Thread Wuwei Lin via TVM Discuss
have you tried using AutoTVM to tune these ops? Which platform are you using? --- [Visit Topic](https://discuss.tvm.ai/t/mxnet-group-conv-not-support-very-well-by-tvm/6811/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [clic

[TVM Discuss] [Questions] How to setting model compiled from pytorch with mutable input size

2020-05-28 Thread Yao Wang via TVM Discuss
Dynamic input shape will involve dynamic shape kernel codegen, which is still WIP. --- [Visit Topic](https://discuss.tvm.ai/t/how-to-setting-model-compiled-from-pytorch-with-mutable-input-size/6827/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscri

[TVM Discuss] [Questions] How to do auto-tuning for a list of specific ops?

2020-05-28 Thread Cody H. Yu via TVM Discuss
Good questions in general. 1. This would be a problem if you have limited memory in the machine. 2. Currently AutoTVM doesn't have an official API to export tasks. At this moment, one solution I can think of is writing a script to extract necessary task information and save it to a JSON file.

[TVM Discuss] [Questions] Mxnet group conv not support very well by tvm

2020-05-28 Thread Xiaocenxiaocen via TVM Discuss
maybe group=1 fallback to a dense convolution. group=32 become a depthwise convolution. tvm has tuned optimal schedules for dense conv and depthwise conv --- [Visit Topic](https://discuss.tvm.ai/t/mxnet-group-conv-not-support-very-well-by-tvm/6811/3) to respond. You are receiving this be

[TVM Discuss] [Questions] How to assign a specific GPU when auto-tuning?

2020-05-28 Thread Xiaocenxiaocen via TVM Discuss
`export CUDA_VISIBLE_DEVICES="your gpu id"` --- [Visit Topic](https://discuss.tvm.ai/t/how-to-assign-a-specific-gpu-when-auto-tuning/4509/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/em

[TVM Discuss] [Questions] How to setting model compiled from pytorch with mutable input size

2020-05-28 Thread Guijiyang via TVM Discuss
ok, thinks ,any way. --- [Visit Topic](https://discuss.tvm.ai/t/how-to-setting-model-compiled-from-pytorch-with-mutable-input-size/6827/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/ema

[TVM Discuss] [Questions] How to assign a specific GPU when auto-tuning?

2020-05-28 Thread Sleepwalker2017 via TVM Discuss
@ [comaniac](https://discuss.tvm.ai/u/comaniac) any advice? Thank you! --- [Visit Topic](https://discuss.tvm.ai/t/how-to-assign-a-specific-gpu-when-auto-tuning/4509/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here

[TVM Discuss] [Questions] How to assign a specific GPU when auto-tuning?

2020-05-28 Thread Sleepwalker2017 via TVM Discuss
have you solved this problem? --- [Visit Topic](https://discuss.tvm.ai/t/how-to-assign-a-specific-gpu-when-auto-tuning/4509/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscrib

[TVM Discuss] [Questions] How to setting model compiled from pytorch with mutable input size

2020-05-28 Thread masahi via TVM Discuss
No, the input shape needs to be fixed. --- [Visit Topic](https://discuss.tvm.ai/t/how-to-setting-model-compiled-from-pytorch-with-mutable-input-size/6827/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://d

[TVM Discuss] [Questions] Cannot find CUDA, USE_CUDA=ON

2020-05-28 Thread HilmiK via TVM Discuss
Same error with Jetson Xavier --- [Visit Topic](https://discuss.tvm.ai/t/cannot-find-cuda-use-cuda-on/6180/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/99812f5c60efc6f5

[TVM Discuss] [Questions] How to setting model compiled from pytorch with mutable input size

2020-05-28 Thread Guijiyang via TVM Discuss
relay.frontend.from_pytorch set fixed input size, but I need input size can change at inference,is there any way to handle this? --- [Visit Topic](https://discuss.tvm.ai/t/how-to-setting-model-compiled-from-pytorch-with-mutable-input-size/6827/1) to respond. You are receiving this becau