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 ed3294fb3f [Arith] Update BufferDomainTouched to support vector
access. (#11722)
add f1d30a27b2 [Hexagon] Softmax slice op initial version (#11559)
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/softmax_slice.py | 76 +++++++++++
python/tvm/topi/hexagon/utils.py | 31 +++++
.../contrib/test_hexagon/test_softmax_slice.py | 140 +++++++++++++++++++++
4 files changed, 248 insertions(+)
create mode 100644 python/tvm/topi/hexagon/slice_ops/softmax_slice.py
create mode 100644 tests/python/contrib/test_hexagon/test_softmax_slice.py