vvchernov commented on PR #15685: URL: https://github.com/apache/tvm/pull/15685#issuecomment-1714015693
Hello @cbalint13! Very hard work! One note I should say TVM needs three avx512 intrinsics: vpmaddwd, vpmaddubsw and **vpaddd**. For the latter "+" is used but it is automatically replaced by intrinsics by llvm, and it is in **avx512f** set (I checked it [here](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#techs=AVX_512&text=vpaddd&ig_expand=113)). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
