Since I could not successfully install the main branch, then I tried to build the v0.22.dev0, but failed. Could someone help me? or tell me a branch you successfully built?
~/tvm/src/target/llvm/codegen_blob.cc:72:37: error: cannot convert ‘const string’ {aka ‘const std::__cxx11::basic_string’} to ‘llvm::Triple’ 72 | module->setTargetTriple(triple.str()); | ~~~~~~~~~~^~ | | | const string {aka const std::__cxx11::basic_string}
~/tvm/src/target/llvm/codegen_nvptx.cc:191:43: error: ‘nvvm_barrier0’ is not a member of ‘llvm::Intrinsic’; did you mean ‘nvvm_barrier0_or’? 191 | module_.get(), llvm::Intrinsic::nvvm_barrier0, {}));
~/tvm/src/target/llvm/codegen_nvptx.cc:337:57: error: cannot convert ‘const string’ {aka ‘const std::__cxx11::basic_string’} to ‘llvm::Triple’ 337 | mlib->setTargetTriple(llvm_target->GetTargetTriple());