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/09/29 08:40:08 UTC

[tvm] branch main updated (8c88aab778 -> 5f132fd6c1)

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 8c88aab778 [Bugfix][CMake] Update the minimum CMake version to 3.18 (#12682)
     add 5f132fd6c1 [ETHOSN] Support conversion of add/mul to requantize where possible (#12887)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/ethosn.py              |  82 ++++--
 src/relay/backend/contrib/ethosn/codegen.cc        |  39 +++
 src/relay/backend/contrib/ethosn/codegen_ethosn.h  |   1 +
 .../backend/contrib/ethosn/convert_equivalent.cc   | 324 +++++++++++++++------
 src/relay/backend/contrib/ethosn/ethosn_api.cc     |  36 +++
 src/relay/backend/contrib/ethosn/ethosn_api.h      |  16 +
 tests/python/contrib/test_ethosn/test_addition.py  |  70 +++--
 .../test_ethosn/test_convert_equivalents.py        | 318 +++++++++++++++++++-
 tests/python/contrib/test_ethosn/test_multiply.py  | 102 +++++--
 tests/python/contrib/test_ethosn/test_networks.py  |  10 +-
 10 files changed, 832 insertions(+), 166 deletions(-)