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
Originally posted by DarkenStar August 9, 2024
I met an error when run the program of Existing Libraries in the Environment in Chapter 4.
Here is my code:
['llvm', 'c', 'cuda', 'nvptx', 'rocm', 'metal', 'opencl', 'vulkan', 'webgpu', 'sdaccel', 'aocl', 'aocl_sw_emu', 'hexagon', 'stackvm', 'ext_dev', 'hybrid', 'composite', 'test', 'ccompiler', 'example_target_hook']
CUDA device is available
Error: Target triple should not be empty
vm is None? False
MyModuleWithExternCall Prediction: Coat
It's wierd that try-except caught an error but the program can execute, if I don't use the try-except block, the program will not execute to the end.
Additionaly, other parts of the Chapter which use the relax.VirtualMachine don't cause any error
My tvm, llvm and pytorch version are here
Discussed in #199
Originally posted by DarkenStar August 9, 2024
I met an error when run the program of Existing Libraries in the Environment in Chapter 4.
Here is my code:
and the output of python debug console is here:
It's wierd that
try-except
caught an error but the program can execute, if I don't use thetry-except
block, the program will not execute to the end.Additionaly, other parts of the Chapter which use the
relax.VirtualMachine
don't cause any errorMy tvm, llvm and pytorch version are here
求助 非常感谢!!!
The text was updated successfully, but these errors were encountered: