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 937a14f [TIR][Analysis] Add SuggestIndexMap for layout rewriting
(#10732)
add 079eb4e [microNPU] Add a pass to move allocate nodes to the outer
scope (#10725)
No new revisions were added by this update.
Summary of changes:
cmake/modules/contrib/EthosU.cmake | 3 +-
.../tvm/relay/backend/contrib/ethosu/_ffi_api.py | 1 +
.../relay/backend/contrib/ethosu/tir/compiler.py | 1 +
.../tvm/relay/backend/contrib/ethosu/tir/passes.py | 28 +-
src/tir/contrib/ethosu/passes.cc | 128 ++++++++++
.../contrib/test_ethosu/test_hoist_allocates.py | 284 +++++++++++++++++++++
6 files changed, 437 insertions(+), 8 deletions(-)
create mode 100644 src/tir/contrib/ethosu/passes.cc
create mode 100644 tests/python/contrib/test_ethosu/test_hoist_allocates.py