You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It must be the miss-match of the Cuda used while compiling the TVM. For example, while compiling the TVM used different version and now your using different version of CUDA.
The comment under tvm.build_module.build() gives the following example code piece:
But it reports the below error when running them,
It seems they should be modified as following to work:
The text was updated successfully, but these errors were encountered: