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 dd986fd989 [Runtime]Considering DLTensor's byte_offset in ZeroCopy
function (#11340)
add 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 +-
src/relay/transforms/infer_layout_utils.cc | 3 +-
.../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 +-
tests/python/relay/test_pass_alter_op_layout.py | 200 +++++++++++++++++++++
10 files changed, 252 insertions(+), 24 deletions(-)