This is an automated email from the ASF dual-hosted git repository.
mehrdadh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 1e51bfecdb Fix apt install (#11781)
add bc75487032 [HEXAGON] Slice ops added - add, subtract, multiply (#11529)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/hexagon/slice_ops/__init__.py | 3 +-
.../hexagon/slice_ops/add_subtract_multiply.py | 87 ++++++++
.../topi/test_add_subtract_multiply.py | 229 +++++++++++++++++++++
3 files changed, 317 insertions(+), 2 deletions(-)
create mode 100755 python/tvm/topi/hexagon/slice_ops/add_subtract_multiply.py
create mode 100755
tests/python/contrib/test_hexagon/topi/test_add_subtract_multiply.py