Re: [dmlc/tvm] [RFC] Add AVX512VNNI support for TVM (#3388)

2019-07-15 Thread Animesh Jain
> 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

Re: [dmlc/tvm] [RFC] Add AVX512VNNI support for TVM (#3388)

2019-07-15 Thread Animesh Jain
> I will update the CI to add LLVM8 this week. Hi @tqchen, is there any update on the LLVM8 front? We are also looking into this and have similar test issue. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com

Re: [dmlc/tvm] [RFC] Add AVX512VNNI support for TVM (#3388)

2019-07-15 Thread Jianyu Huang
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 i