This is an automated email from the ASF dual-hosted git repository.
manupa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 7f1c54f96a Fix eltwise alter op layout for broadcast axis (#11337)
add 99caa6533f [TVMC][ETHOSN] Improve target string to avoid duplication
(#11272)
No new revisions were added by this update.
Summary of changes:
python/tvm/driver/tvmc/composite_target.py | 18 +++++++++++++++---
python/tvm/relay/op/contrib/ethosn.py | 18 +++++++++++++++---
src/relay/backend/contrib/ethosn/codegen.cc | 11 ++++++++---
src/relay/backend/contrib/ethosn/codegen_ethosn.h | 2 +-
.../contrib/test_ethosn/test_partition_params.py | 14 +++++++-------
tests/python/driver/tvmc/test_compiler.py | 4 +---
tests/python/driver/tvmc/test_composite_target.py | 2 +-
tests/python/driver/tvmc/test_target.py | 4 ++--
8 files changed, 50 insertions(+), 23 deletions(-)