Failed with A100 GPU

The example in below link cannot work with A100 GPU: Auto-tuning a Convolutional Network for NVIDIA GPU — tvm 0.8.dev0 documentation The log shows “Check failed: ret == 0 (-1 vs. 0) : CUDAError: cuModuleLoadData( &(module_[device_id]), data_.c_str()) failed with error: CUDA_ERROR_UNSUPPORTED_PTX_VERSION\n’,)” I run the same code on Geforce 1060, It works normally.