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/09/29 11:06:01 UTC

[tvm] branch last-successful updated (68f9509b0c -> 5f132fd6c1)

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

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


    from 68f9509b0c [TIR] Fix int64 dtype mismatch in Reindex (#12934)
     add 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:
 CMakeLists.txt                                     |   2 +-
 docs/install/from_source.rst                       |   5 +-
 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 +-
 12 files changed, 837 insertions(+), 168 deletions(-)