> 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.
This is happening because the LLVM version is 6.0 in CI as Tianqi mentioned. You can skip the test by perform the intrinsic lookup as shown in the above post. -- 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-511598245