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 45568c9963 [TIR] Improved error message if tir.Schedule passed to
lower/build (#11913)
add 104883d7dc [HEXAGON] Change arch and do not disable assert (#11858)
add 7784a421ad [HEXAGON] Add op resize2d for hexagon (#11834)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/hexagon/__init__.py | 1 +
python/tvm/topi/hexagon/resize2d.py | 81 ++++++++++
.../topi/test_add_subtract_multiply.py | 4 +-
.../contrib/test_hexagon/topi/test_resize2d.py | 169 +++++++++++++++++++++
4 files changed, 253 insertions(+), 2 deletions(-)
create mode 100755 python/tvm/topi/hexagon/resize2d.py
create mode 100755 tests/python/contrib/test_hexagon/topi/test_resize2d.py