This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 9f27be6 [TVMC] Split common tvmc test file into more specific files
(#9206)
add 4f6b478 Address review comments on Arm(R) Ethos(TM)-U PR 3/6 (#9159)
No new revisions were added by this update.
Summary of changes:
.../relay/backend/contrib/ethosu/tir/compiler.py | 20 +-
.../backend/contrib/ethosu/tir/convolution.py | 2 +-
python/tvm/relay/backend/contrib/ethosu/tir/dma.py | 2 +-
.../tvm/relay/backend/contrib/ethosu/tir/passes.py | 6 +-
.../relay/backend/contrib/ethosu/tir/scheduler.py | 36 ++--
.../relay/backend/contrib/ethosu/tir/transform.py | 2 +-
.../tvm/relay/backend/contrib/ethosu/tir/utils.py | 2 +-
.../backend/contrib/ethosu/tir_to_cs_translator.py | 164 ++++++++-------
.../tvm/relay/backend/contrib/ethosu/vela_api.py | 50 +++--
src/relay/backend/contrib/ethosu/to_te_graph.cc | 234 ---------------------
src/relay/backend/te_compiler_cache.cc | 40 ++--
.../contrib/test_ethosu/test_attr_passing.py | 8 +-
.../contrib/test_ethosu/test_encode_constants.py | 16 +-
tests/python/contrib/test_ethosu/test_scheduler.py | 14 +-
tests/python/contrib/test_ethosu/test_vela_api.py | 5 +-
15 files changed, 197 insertions(+), 404 deletions(-)
delete mode 100644 src/relay/backend/contrib/ethosu/to_te_graph.cc