You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/09/01 16:44:39 UTC

[tvm] branch last-successful updated (38ba8c0bb6 -> 038f15b5e2)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
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