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 c15cc5ef6d [Target] Remove deprecated parameters from target (#12416)
add 577826182f [PyTorch][Fix] Fix for numerically unstable logsigmoid
(#12563)
add e468dc28ea [microNPU] Force compute_cycles_hint to be interpreted as
an int64 value (#12558)
add 90b2f0d369 [CI][CMSIS-NN] Running tests parallel using pytest-xdist
(#12557)
add 989e5a1128 [ETHOSN] Add support for resize (#12535)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/ethosu/cascader/scheduler.py | 6 +-
python/tvm/relay/frontend/pytorch.py | 4 +-
python/tvm/relay/op/contrib/ethosn.py | 15 +++
src/relay/backend/contrib/ethosn/codegen.cc | 39 +++++++
src/relay/backend/contrib/ethosn/codegen_ethosn.h | 1 +
src/relay/backend/contrib/ethosn/ethosn_api.cc | 40 +++++++
src/relay/backend/contrib/ethosn/ethosn_api.h | 8 ++
tests/python/contrib/test_ethosn/test_resize.py | 134 ++++++++++++++++++++++
tests/python/frontend/pytorch/test_forward.py | 2 +
tests/scripts/task_python_microtvm.sh | 2 +-
10 files changed, 248 insertions(+), 3 deletions(-)
create mode 100644 tests/python/contrib/test_ethosn/test_resize.py