You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2021/03/04 18:29:23 UTC

[tvm] branch main updated (66f9139 -> 02a6483)

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

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


    from 66f9139  [DOCKER] Fix: install script regarding get-pip.py during docker build (#7579)
     add 02a6483  [ETHOSN] Add support for 20.11 Ethos-N driver stack release (#7506)

No new revisions were added by this update.

Summary of changes:
 cmake/utils/FindEthosN.cmake                       |   3 +-
 src/relay/backend/contrib/ethosn/capabilities.h    |  28 ++-
 src/relay/backend/contrib/ethosn/codegen.cc        | 192 ++++++++++++++++++++-
 src/relay/backend/contrib/ethosn/codegen_ethosn.h  |  16 +-
 src/relay/backend/contrib/ethosn/ethosn_api.cc     | 116 -------------
 .../backend/contrib/ethosn/ethosn_api_version.h    |   8 +-
 tests/python/contrib/test_ethosn/test_networks.py  |  22 ++-
 tests/python/contrib/test_ethosn/test_reshape.py   |   4 +-
 8 files changed, 241 insertions(+), 148 deletions(-)