This is an automated email from the ASF dual-hosted git repository.
kparzysz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 38ba8c0bb6 [Relay] Extract intermediate node by its expression ID
(#12646)
add 038f15b5e2 [Hexagon] Implement fixed_point_multiply op through
intrinsics. (#12659)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/hexagon/__init__.py | 1 +
python/tvm/topi/hexagon/injective.py | 7 +-
python/tvm/topi/hexagon/tensor_intrin.py | 71 +++++++++++
.../test_hexagon/test_fixed_point_multiply.py | 140 +++++++++++++++++++++
4 files changed, 216 insertions(+), 3 deletions(-)
create mode 100644 python/tvm/topi/hexagon/tensor_intrin.py
create mode 100644
tests/python/contrib/test_hexagon/test_fixed_point_multiply.py