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 19644bce3b [Pytorch] Disable failing tests on AArch64 (#12255)
add a9df801543 [ETHOSN] Upgrade NPU driver stack to v22.05 (#11759)
add 759a648cd5 [TVMC] Only load extra targets when there are workspace
pools (#12253)
No new revisions were added by this update.
Summary of changes:
.../install/ubuntu_install_ethosn_driver_stack.sh | 2 +-
python/tvm/driver/tvmc/workspace_pools.py | 20 +++---
python/tvm/relay/op/contrib/ethosn.py | 7 ++
src/relay/backend/contrib/ethosn/codegen.cc | 2 -
src/relay/backend/contrib/ethosn/codegen_ethosn.h | 2 -
.../backend/contrib/ethosn/ethosn_api_version.h | 3 +
src/runtime/contrib/ethosn/ethosn_device.cc | 11 +++-
tests/python/contrib/test_ethosn/infrastructure.py | 30 ++++++++-
tests/python/contrib/test_ethosn/test_conv2d.py | 7 +-
.../contrib/test_ethosn/test_fullyconnected.py | 7 +-
tests/python/contrib/test_ethosn/test_networks.py | 74 +++++++++++++---------
tests/python/contrib/test_ethosn/test_split.py | 8 +++
.../python/contrib/test_ethosn/test_topologies.py | 34 +++++++++-
tests/python/driver/tvmc/test_workspace_pools.py | 16 +++++
14 files changed, 165 insertions(+), 58 deletions(-)