My PR was based on the previous version of TVM. Not sure what are the recent changes for TVM.
>> http://ci.tvm.ai:8080/blue/organizations/jenkins/tvm/detail/PR-3388/6/pipeline/ Not sure why “llvm.x86.avx512.pmaddubs.w.512“ (AVX512 instruction, not VNNI instruction) is not recognized as an LLVM intrinsic. >> http://ci.tvm.ai:8080/blue/organizations/jenkins/tvm/detail/PR-3388/7/pipeline When I use tensorize routine and pass in “dot_16x1x16_int8_int8_int32” function (the original AVX512 implementation for uint8 x int8 multiplication), it reports “TVMError: Check failed: type_code_ == kNodeHandle (10 vs. 8) : expected NodeHandle but get FunctionHandle“ error. Any insights about what might be wrong here? Thanks for advance! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/pull/3388#issuecomment-511483832