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 5ecb8c384a [ETHOSN] Minor corner case fixes (#11218)
add 588679ee83 [microNPU] Add support for conv2d running on two cores on
U65 (#10251)
No new revisions were added by this update.
Summary of changes:
.../tvm/relay/backend/contrib/ethosu/legalize.py | 4 +-
.../backend/contrib/ethosu/tir/convolution.py | 71 ++++-
.../tvm/relay/backend/contrib/ethosu/tir/passes.py | 168 +++++++++--
.../tvm/relay/backend/contrib/ethosu/tir/spec.py | 4 +
.../tvm/relay/backend/contrib/ethosu/tir/utils.py | 18 --
.../backend/contrib/ethosu/tir_to_cs_translator.py | 22 +-
.../tvm/relay/backend/contrib/ethosu/vela_api.py | 23 +-
tests/python/contrib/test_ethosu/test_codegen.py | 4 +-
.../contrib/test_ethosu/test_encode_constants.py | 331 ++++++++++++++++-----
.../test_ethosu/test_remove_concatenates.py | 8 +-
.../contrib/test_ethosu/test_replace_conv2d.py | 94 +++---
.../contrib/test_ethosu/test_replace_copy.py | 6 +-
tests/python/contrib/test_ethosu/test_scheduler.py | 4 +-
.../test_ethosu/test_tir_to_cs_translator.py | 34 ++-
14 files changed, 585 insertions(+), 206 deletions(-)