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 2022/11/08 10:19:59 UTC

[tvm] branch main updated (c898dc6b55 -> 79093a1718)

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 c898dc6b55 [TIR] Add thread sync if access index doesn't depend on thread index (#13314)
     add 79093a1718 [ETHOSN] Consolidate target string usage (#13159)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/tvmc/composite_target.py         | 12 ---
 python/tvm/relay/op/contrib/ethosn.py              | 17 +----
 src/relay/backend/contrib/ethosn/codegen.cc        | 85 +++++++++-------------
 src/relay/backend/contrib/ethosn/codegen_ethosn.h  |  9 ++-
 tests/python/contrib/test_ethosn/infrastructure.py | 39 +++++-----
 tests/python/contrib/test_ethosn/test_addition.py  | 22 +++++-
 tests/python/contrib/test_ethosn/test_codegen.py   | 52 +++++++++++++
 .../python/contrib/test_ethosn/test_concatenate.py | 11 ++-
 .../contrib/test_ethosn/test_depth_to_space.py     | 11 ++-
 .../python/contrib/test_ethosn/test_leaky_relu.py  | 11 ++-
 tests/python/contrib/test_ethosn/test_multiply.py  |  9 ++-
 .../contrib/test_ethosn/test_partition_params.py   | 82 ---------------------
 tests/python/contrib/test_ethosn/test_relu.py      | 11 ++-
 .../python/contrib/test_ethosn/test_requantize.py  | 18 ++++-
 tests/python/contrib/test_ethosn/test_reshape.py   | 17 ++++-
 tests/python/contrib/test_ethosn/test_split.py     |  9 ++-
 tests/python/contrib/test_ethosn/test_tanh.py      | 11 ++-
 .../python/contrib/test_ethosn/test_topologies.py  | 35 +++++++--
 tests/scripts/task_python_ethosn_tests.sh          |  7 +-
 19 files changed, 264 insertions(+), 204 deletions(-)
 create mode 100644 tests/python/contrib/test_ethosn/test_codegen.py
 delete mode 100644 tests/python/contrib/test_ethosn/test_partition_params.py