This is an automated email from the ASF dual-hosted git repository.
lukhut pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 26a205c9fa [CI] Fix android build by constraining numpy version
(#13648)
add 5019dcee0e [ETHOSN] Update driver stack version to 22.11 (#13637)
No new revisions were added by this update.
Summary of changes:
cmake/utils/FindEthosN.cmake | 16 +---
.../install/ubuntu_install_ethosn_driver_stack.sh | 2 +-
python/tvm/relay/op/contrib/ethosn.py | 2 +-
src/runtime/contrib/ethosn/ethosn_device.cc | 89 +++++++++++++++++++++-
src/runtime/contrib/ethosn/ethosn_device.h | 7 +-
src/runtime/contrib/ethosn/ethosn_runtime.cc | 20 +++++
src/runtime/contrib/ethosn/ethosn_runtime.h | 11 +++
tests/python/contrib/test_ethosn/infrastructure.py | 1 -
tests/python/contrib/test_ethosn/test_conv2d.py | 6 +-
.../contrib/test_ethosn/test_conv2d_transpose.py | 68 ++++++++++++++++-
.../python/contrib/test_ethosn/test_leaky_relu.py | 8 +-
tests/python/contrib/test_ethosn/test_tanh.py | 3 +-
12 files changed, 204 insertions(+), 29 deletions(-)