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 f7aeaf1d38 [TVMScript] Connect `assert_structural_equal` with new
TVMScript printer (#13859)
add cec5f0bc10 [microNPU] Add rescale parameters for binary elementwise
(#13890)
add 60fcb0dede Revert the changes for NNPACK build issue (#13913)
add 5456fae776 [TVMScript,Fix] Fix findsource when classes are indented
(#13924)
No new revisions were added by this update.
Summary of changes:
docker/install/ubuntu_install_nnpack.sh | 2 +-
.../contrib/ethosu/op/binary_elementwise.py | 18 ++++++
.../contrib/ethosu/te/binary_elementwise.py | 12 ++++
.../contrib/ethosu/tir/binary_elementwise.py | 6 +-
.../tvm/relay/backend/contrib/ethosu/tir/spec.py | 12 ++++
.../backend/contrib/ethosu/tir_to_cs_translator.py | 5 ++
python/tvm/script/parser/core/diagnostics.py | 5 +-
src/relay/op/contrib/ethosu/binary_elementwise.cc | 6 +-
src/relay/op/contrib/ethosu/op_attrs.h | 10 ++++
.../test_ethosu_binary_elementwise_matcher.py | 3 +
tests/python/contrib/test_ethosu/infra.py | 6 ++
tests/python/contrib/test_ethosu/test_codegen.py | 65 ++++++++++++++++++++++
.../test_ethosu/test_replace_binary_elementwise.py | 2 +
tests/python/contrib/test_ethosu/test_scheduler.py | 2 +-
.../test_ethosu/test_tir_to_cs_translator.py | 30 +++++-----
.../unittest/test_tvmscript_parser_source.py | 15 +++++
16 files changed, 178 insertions(+), 21 deletions(-)