You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by kp...@apache.org on 2022/06/27 21:10:35 UTC

[tvm] branch main updated (9cf5021385 -> cc6a85bb1c)

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 9cf5021385 [microTVM][zephyr] Increase stack size for zephyr host-driven AoT tests (#11777)
     add cc6a85bb1c [HEXAGON] Initial clip operator for Hexagon (#11549)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/slice_ops/__init__.py      |   1 +
 python/tvm/topi/hexagon/slice_ops/clip.py          |  66 +++++++++++
 .../python/contrib/test_hexagon/topi/test_clip.py  | 128 +++++++++++++++++++++
 3 files changed, 195 insertions(+)
 mode change 100644 => 100755 python/tvm/topi/hexagon/slice_ops/__init__.py
 create mode 100755 python/tvm/topi/hexagon/slice_ops/clip.py
 create mode 100755 tests/python/contrib/test_hexagon/topi/test_clip.py