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 ?

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-
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

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