giuseros opened a new pull request #5980: URL: https://github.com/apache/incubator-tvm/pull/5980
### RFC This PR is based on the following RFC: https://discuss.tvm.ai/t/rfc-using-arm-intrinsics-to-implement-fixed-point-multiplication-in-tvm/7150/6 ### High level description of the submission The idea is to create a TIR intrinsic `fixed_point_multiply` that can be overloaded (by the means of `tvm.target.intrin.register_intrin_rule`) and use AArch64 intrinsics (other vendors can provide their own implementation) The TIR default intrinsic is registered in: `tvm/src/target/intrin_rule.cc` The overload for AArch64 lives in `tvm/topi/python/topi/arm_cpu/tensor_intrin.py` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
