This is an automated email from the ASF dual-hosted git repository.
mousius pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from e6af874 [PyTorch] Fix rsub type (#10090)
add 7b9fd1e [microNPU] Removing constant args from PrimFunc (#9951)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/backend/contrib/ethosu/codegen.py | 14 +-
.../relay/backend/contrib/ethosu/tir/compiler.py | 1 +
.../tvm/relay/backend/contrib/ethosu/tir/passes.py | 37 +++
.../backend/contrib/ethosu/tir_to_cs_translator.py | 6 +-
tests/python/contrib/test_ethosu/test_compiler.py | 55 ++--
.../contrib/test_ethosu/test_encode_constants.py | 200 ++++++-------
.../test_ethosu/test_remove_concatenates.py | 37 ++-
.../contrib/test_ethosu/test_replace_conv2d.py | 152 +++++-----
.../contrib/test_ethosu/test_replace_copy.py | 32 +--
tests/python/contrib/test_ethosu/test_scheduler.py | 20 +-
.../test_ethosu/test_tir_to_cs_translator.py | 316 ++++++++++++---------
11 files changed, 460 insertions(+), 410 deletions(-)