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

lukhut pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 99caa6533f [TVMC][ETHOSN] Improve target string to avoid duplication 
(#11272)
     add 1b32245f0b [microNPU] Add a pass to reorder copy and compute nodes 
(#10959)

No new revisions were added by this update.

Summary of changes:
 .../relay/backend/contrib/ethosu/tir/compiler.py   |   1 +
 .../tvm/relay/backend/contrib/ethosu/tir/passes.py |  25 ++
 src/tir/contrib/ethosu/passes.cc                   | 108 +++++
 .../test_ethosu/cascader/test_memory_reduction.py  |  16 +-
 .../test_ethosu/test_copy_compute_reordering.py    | 472 +++++++++++++++++++++
 .../contrib/test_ethosu/test_encode_constants.py   | 247 ++++++-----
 tests/python/contrib/test_ethosu/test_networks.py  |  18 +-
 .../contrib/test_ethosu/test_replace_copy.py       |   6 +-
 tests/python/contrib/test_ethosu/test_scheduler.py |  43 +-
 9 files changed, 768 insertions(+), 168 deletions(-)
 create mode 100644 
tests/python/contrib/test_ethosu/test_copy_compute_reordering.py

Reply via email to