You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/12/21 05:02:53 UTC

[tvm] branch nightly updated (ab28afbab2 -> 5019dcee0e)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from ab28afbab2 [TVMScript] Remove obsolete modules (#13638)
     add 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/gen_requirements.py                         |  3 +-
 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 +-
 13 files changed, 206 insertions(+), 30 deletions(-)