This is an automated email from the ASF dual-hosted git repository.
mbaret pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 3d64783 [microTVM] Add wrapper for creating project using a MLF
(#9090)
add dda75fe [6/6] Arm(R) Ethos(TM)-U NPU codegen integration with `tvmc`
(#8854)
No new revisions were added by this update.
Summary of changes:
python/tvm/driver/tvmc/composite_target.py | 5 ++
.../tvm/relay/backend/contrib/ethosu/__init__.py | 1 -
python/tvm/relay/backend/contrib/ethosu/util.py | 39 +---------
python/tvm/relay/op/contrib/ethosu.py | 82 ++++++++++++++++++++--
tests/python/contrib/test_ethosu/test_codegen.py | 3 +-
tests/python/contrib/test_ethosu/test_legalize.py | 4 +-
tests/python/contrib/test_ethosu/test_networks.py | 5 +-
tests/python/contrib/test_ethosu/test_vela_api.py | 16 ++---
tests/python/driver/tvmc/test_compiler.py | 35 +++++++++
9 files changed, 128 insertions(+), 62 deletions(-)