This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from a60b815fe5 [TIR] Support cross-threaad reduction lowering with
thread-broadcasting rewrite (#15192)
add 5dc25afc87 [microNPU][ETHOSU] Add Vela's logic to select configuration
block (#15186)
add 1d4829e430 [Android] ndk static build (#15215)
add 516c56b46a [Web] Increase default EMCC compilation total memory size
(#15218)
add 8f9f605dd5 [ARITH] Enhance buffer shape bound deduction to include
offset (#15228)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/emcc.py | 1 +
python/tvm/contrib/ndk.py | 55 ++++++++++++++
.../tvm/relay/backend/contrib/ethosu/vela_api.py | 86 +++++++++++++++++++++-
src/arith/analyzer.cc | 32 ++++++--
src/arith/product_normal_form.h | 18 +++++
tests/python/contrib/test_ethosu/test_networks.py | 4 +-
.../contrib/test_ethosu/test_replace_conv2d.py | 14 ++--
tests/python/contrib/test_ethosu/test_vela_api.py | 50 +++++++++++++
.../python/unittest/test_tir_transform_simplify.py | 16 +++-
9 files changed, 256 insertions(+), 20 deletions(-)