You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by le...@apache.org on 2021/11/30 21:43:55 UTC

[tvm] branch main updated (15dc782 -> bb50884)

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

leandron pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 15dc782  adding ArgReduceAttr to to inherit from Attrs (#9606)
     add bb50884  [ETHOSN] Add support for Ethos-N 21.08 driver stack release. (#9596)

No new revisions were added by this update.

Summary of changes:
 cmake/utils/FindEthosN.cmake                       | 25 +++++++++-------
 .../install/ubuntu_install_ethosn_driver_stack.sh  |  2 +-
 src/relay/backend/contrib/ethosn/codegen.cc        |  2 +-
 .../backend/contrib/ethosn/ethosn_api_version.h    |  9 +++---
 src/runtime/contrib/ethosn/ethosn_device.cc        | 31 +++++++++++++++-----
 src/runtime/contrib/ethosn/ethosn_device.h         | 18 +++++++++---
 src/runtime/contrib/ethosn/ethosn_runtime.cc       | 27 +++++++++++++----
 src/runtime/contrib/ethosn/ethosn_runtime.h        |  9 +++++-
 tests/python/contrib/test_ethosn/test_conv2d.py    |  7 ++---
 .../contrib/test_ethosn/test_fullyconnected.py     |  3 +-
 tests/python/contrib/test_ethosn/test_networks.py  | 34 +++++++++++-----------
 11 files changed, 109 insertions(+), 58 deletions(-)