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/07/12 18:25:37 UTC

[tvm] branch last-successful updated (fc419df32f -> fbf80bb386)

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 fc419df32f [AOT][BUG] Only include extra headers if the constants array is needed. (#12061)
     add fbf80bb386 [microNPU] Add MergeConstants pass (#12029)

No new revisions were added by this update.

Summary of changes:
 .../relay/backend/contrib/ethosu/tir/compiler.py   |   4 +
 .../tvm/relay/backend/contrib/ethosu/tir/passes.py |  35 ++
 src/tir/contrib/ethosu/passes.cc                   | 643 ++++++++++++++++++++-
 .../test_ethosu/cascader/test_integration.py       |  10 +-
 .../contrib/test_ethosu/test_encode_constants.py   | 244 +++-----
 .../contrib/test_ethosu/test_merge_constants.py    | 561 ++++++++++++++++++
 tests/python/contrib/test_ethosu/test_networks.py  |  14 +-
 .../test_ethosu/test_remove_concatenates.py        |   3 -
 .../contrib/test_ethosu/test_replace_conv2d.py     |  24 -
 .../contrib/test_ethosu/test_replace_copy.py       |  37 +-
 tests/python/contrib/test_ethosu/test_scheduler.py |  24 +-
 11 files changed, 1336 insertions(+), 263 deletions(-)
 create mode 100644 tests/python/contrib/test_ethosu/test_merge_constants.py