Hi, appreciate your help,
I try to install TVM at conda environment and do the tutorial of " Quick Start Tutorial for Compiling Deep Learning Models". I meet the issue about target.build.llvm
is not enabled like below:
`target.build.llvm` is not enabled · Issue #7 · conda-forge/libtvm-feedstock · GitHub Quick Start Tutorial for Compiling Deep Learning Models — tvm 0.8.dev0 documentation
… (tvm::runtime::TVMArgs, tvm::runtime::TVMRetValue*), tvm::runtime::TypedPackedFunc<tvm::runtime::Module (tvm::IRModule, tvm::Target)>::AssignTypedLambda<tvm::runtime::Module ()(tvm::IRModule, tvm::Target)>(tvm::runtime::Module ()(tvm::IRModule, tvm::Target))::{lambda(tvm::runtime::TVMArgs const&, tvm::runtime::TVMRetValue*)#1}>::_M_invoke(std::_Any_data const&, tvm::runtime::TVMArgs&&, tvm::runtime::TVMRetValue*&&)+0x22a) [0x7f37e76cbf8a] [bt] (1) /home/chayi/miniconda3/envs/tvm/lib/libtvm.so(tvm::codegen::Build(tvm::IRModule, tvm::Target)+0xd97) [0x7f37e76c7f97] [bt] (0) /home/chayi/miniconda3/envs/tvm/lib/libtvm.so(+0x902eff) [0x7f37e76c6eff] File “…/src/target/codegen.cc”, line 58 TVMError: Check failed: bf != nullptr: target.build.llvm is not enabled
it seems NOT work by install llvm firstly, such as:
- conda install llvm
- conda install tvm-py
I am not sure that the package have some issue, anyway, please give some suggestion, thanks.