[Meta Schedule] Error when tuning a whole net with tensorcore

I imitate this test file https://github.com/apache/tvm/blob/main/tests/python/integration/test_auto_tensorize.py, and I just want to use meta schedule to optimize a whole net using tensorcore.

But I met this problem for days. Here is the error message:

My source code is on github

Can anyone help me solve the error

Thanks

I solved the problem by removing pytorchcu116 and reinstall a CPU version.

I googled the problem and it seems that cuda11.6 has some trouble with pytorch cu116 and TVM