[Apache TVM Discuss] [Questions] [RTX3090][AutoScheduler]fail to generate programes

2022-03-06 Thread vincentily via Apache TVM Discuss
I have changed my graphic card from 2080ti to 3090 , and the cuda driver have been updated from 10.2 to 11.6. When all these done , the autoscheduler code run into error when generating random programes to measure. Any one know what's wrong ? ![image|690x39](upload://wSjCcoBlRZneMx44oslCuJd55

[Apache TVM Discuss] [Questions] How to call all cores in biglittle arm cpu

2021-12-30 Thread vincentily via Apache TVM Discuss
I run my model on rk3399's cpu, it has 4 a53 core and 2 a72 core. when running the model ,I found only the big cores are occupied. My question is how to make the rest four little cores to run at the same time to speed the performace. (before autotvm, my model costs about 500ms, it is too slow)

[Apache TVM Discuss] [Questions] tvm.target.Target warning

2021-12-25 Thread vincentily via Apache TVM Discuss
I run this scripyt [https://tvm.apache.org/docs/how_to/tune_with_autotvm/tune_relay_mobile_gpu.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-mobile-gpu-py](https://tvm.apache.org/docs/how_to/tune_with_autotvm/tune_relay_mobile_gpu.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-mobile-gpu-

[Apache TVM Discuss] [Questions] Mac m1 succeed tune with autotvm failed to tune with autoschedule

2021-12-25 Thread vincentily via Apache TVM Discuss
my target is apple m1 follow official guide, I successfully tuning my network with autotvm, however before tuning, the network cost about 160ms, after tuning it only turns a little fast, 130ms. so I want to test if autoschedule could speed up my network. However , even run the modfied offici

[Apache TVM Discuss] [Questions] RuntimeWarning: Iterating over a tensor might cause the trace to be incorrect

2021-12-25 Thread vincentily via Apache TVM Discuss
![image|690x64](upload://sJSnHWuZ7kfkh2IzefVlbAWASCA.png) when I run atuotvm for my net, I met this warning , does anybody know how to solve it --- [Visit Topic](https://discuss.tvm.apache.org/t/runtimewarning-iterating-over-a-tensor-might-cause-the-trace-to-be-incorrect/11779/1) to resp