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 9d0a7a1 Fix some tiny spell error (#10693)
add 290395a [microNPU] Refactor Relay to TIR hook (#10599)
add 951efbf [microNPU] Remove xfail from test_clz (#10670)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/backend/contrib/ethosu/codegen.py | 98 +++--
.../tvm/relay/backend/contrib/ethosu/legalize.py | 484 ++-------------------
.../relay/backend/contrib/ethosu/tir/compiler.py | 38 +-
python/tvm/relay/backend/contrib/ethosu/util.py | 61 +++
src/relay/backend/contrib/ethosu/codegen.cc | 99 +++--
tests/python/contrib/test_ethosu/test_codegen.py | 1 -
tests/python/contrib/test_ethosu/test_compiler.py | 4 +-
.../contrib/test_ethosu/test_encode_constants.py | 12 +-
.../contrib/test_ethosu/test_identity_optimizer.py | 15 +-
.../contrib/test_ethosu/test_layout_optimizer.py | 13 +-
tests/python/contrib/test_ethosu/test_legalize.py | 28 +-
.../contrib/test_ethosu/test_lut_optimizer.py | 10 +-
.../test_ethosu/test_outline_compiler_functions.py | 86 ++++
.../test_ethosu/test_remove_concatenates.py | 4 +-
.../test_ethosu/test_replace_binary_elementwise.py | 6 +-
.../contrib/test_ethosu/test_replace_conv2d.py | 12 +-
.../contrib/test_ethosu/test_replace_copy.py | 6 +-
.../test_ethosu/test_replace_depthwise_conv2d.py | 4 +-
.../contrib/test_ethosu/test_replace_identity.py | 4 +-
.../contrib/test_ethosu/test_replace_pooling.py | 6 +-
.../test_ethosu/test_replace_unary_elementwise.py | 4 +-
tests/python/contrib/test_ethosu/test_scheduler.py | 4 +-
22 files changed, 405 insertions(+), 594 deletions(-)
create mode 100644
tests/python/contrib/test_ethosu/test_outline_compiler_functions.py