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 95f578912f [Topi] [Hexagon] Conv2d slice op initial version (#11489)
add cfe8318990 [microNPU] Calculate memory pressure for microNPU external
functions (#11209)
add 1392e64e0b [Arith] Allow constant values in InverseAffineIterMap
(#12026)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/ethosu/cascader/scheduler.py | 8 +-
python/tvm/relay/backend/contrib/ethosu/codegen.py | 59 +++++--
python/tvm/tir/usmp/utils.py | 9 +
src/arith/iter_affine_map.cc | 4 +-
.../cascader/test_calculate_memory_pressure.py | 186 +++++++++++++++++++++
.../test_ethosu/cascader/test_memory_reduction.py | 163 +++++++++++++++++-
.../python/unittest/test_arith_iter_affine_map.py | 13 ++
7 files changed, 423 insertions(+), 19 deletions(-)
create mode 100644
tests/python/contrib/test_ethosu/cascader/test_calculate_memory_pressure.py