This is an automated email from the ASF dual-hosted git repository.
manupa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 2bd177f [microTVM] Zephyr: Fix gdbserver_port option (#10678)
add e8a966e [microNPU] Determine block configs using the cascader (#10695)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/ethosu/cascader/scheduler.py | 18 ++++++
.../contrib/ethosu/tir/binary_elementwise.py | 5 +-
.../backend/contrib/ethosu/tir/convolution.py | 5 +-
.../relay/backend/contrib/ethosu/tir/depthwise.py | 5 +-
python/tvm/relay/backend/contrib/ethosu/tir/dma.py | 17 +++++-
.../relay/backend/contrib/ethosu/tir/identity.py | 10 ++-
.../relay/backend/contrib/ethosu/tir/pooling.py | 5 +-
.../relay/backend/contrib/ethosu/tir/scheduler.py | 7 +++
.../tvm/relay/backend/contrib/ethosu/tir/spec.py | 20 ++++++
.../contrib/ethosu/tir/unary_elementwise.py | 5 +-
.../backend/contrib/ethosu/tir_to_cs_translator.py | 69 ++++++++++++++++-----
.../tvm/relay/backend/contrib/ethosu/vela_api.py | 3 +-
tests/python/contrib/test_ethosu/test_codegen.py | 2 +-
.../contrib/test_ethosu/test_encode_constants.py | 26 ++++----
.../test_ethosu/test_remove_concatenates.py | 8 +--
.../test_ethosu/test_replace_binary_elementwise.py | 2 +
.../contrib/test_ethosu/test_replace_conv2d.py | 71 +++++++++++-----------
.../contrib/test_ethosu/test_replace_copy.py | 6 +-
.../test_ethosu/test_replace_depthwise_conv2d.py | 3 +
.../contrib/test_ethosu/test_replace_identity.py | 2 +
.../contrib/test_ethosu/test_replace_pooling.py | 1 +
.../test_ethosu/test_replace_unary_elementwise.py | 1 +
tests/python/contrib/test_ethosu/test_scheduler.py | 6 +-
.../test_ethosu/test_tir_to_cs_translator.py | 66 ++++++++++----------
24 files changed, 246 insertions(+), 117 deletions(-)