tvm
tvm copied to clipboard
[CODEGEN] Vector-Codegen support for llvm-pure-intrin
This PR introduces vector codegen support for llvm_pure_intrin builtin.
@tvm-bot rerun
cc: @tqchen @Lunderberg
cc: @cbalint13 @ekalda
@rutkoor Implementation LGTM (I did't go after the functionality).
@rutkoor Implementation LGTM (I did't go after the functionality).
Hi @cbalint13, thank you for your quick reply. And apologize for not replying back sooner.
I have added a testcase inside test_tvmscript_printer_tir.py and also explained what I am doing in the description of this PR. Please let me know if you want me to add more details.
Thanks.
@rutkoor Implementation LGTM (I did't go after the functionality).
Hi @cbalint13, thank you for your quick reply. And apologize for not replying back sooner.
I have added a testcase inside test_tvmscript_printer_tir.py and also explained what I am doing in the description of this PR. Please let me know if you want me to add more details.
Thank you very much @rutkoor !
- I had this issue https://github.com/apache/tvm/pull/15953 before, it is a good idea for such IR "expanders" to have a minimal "pretty print" test case, hence my request. Appologise to not giving more reference.
Thanks.
@tvm-bot rerun