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 c6415d1492 Canonicalize type annotation during construction of Var and
SizeVar (#11443)
add 119afda634 [microNPU] add E2E tests with cascader wo striping (#11410)
No new revisions were added by this update.
Summary of changes:
.../tvm/contrib/ethosu/cascader/device_config.py | 80 +++++++++-------
.../tvm/relay/backend/contrib/ethosu/te/common.py | 5 +-
src/contrib/ethosu/cascader/parts/ethosu.cc | 37 +++++---
src/contrib/ethosu/cascader/parts/ethosu.h | 8 ++
src/target/source/interface_c.cc | 12 +--
tests/cpp/target/source/interface_c_test.cc | 27 ++++++
.../cascader/test_ethosu_block_config.py | 40 ++++----
.../test_ethosu/cascader/test_memory_reduction.py | 2 +-
tests/python/contrib/test_ethosu/infra.py | 102 ++++++++++++++++-----
tests/python/contrib/test_ethosu/test_codegen.py | 93 ++++++++++++++-----
.../contrib/test_ethosu/test_identity_optimizer.py | 6 +-
.../contrib/test_ethosu/test_layout_optimizer.py | 5 +-
.../contrib/test_ethosu/test_lookup_table.py | 10 +-
tests/python/contrib/test_ethosu/test_networks.py | 65 +++++++++++--
14 files changed, 354 insertions(+), 138 deletions(-)