This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from ec72ac6690 [ROCM] Fixes compiling on ROCM 5 and accuracy on dense op
(#13847)
add 18b7dc1dd9 [MetaSchedule] Fix for RewriteLayout + AllocateConst when
the rank of the rewritten weight doesn't change (#13851)
add 56771a87d1 [CLML][RUNTIME] Enable more ops in CLML runtime (#13834)
add 2bfdcbe07a [Relay] Convert negative axes to positive when importing
ONNX Unsqueeze (#13846)
add 16b19582a2 [ETHOSN] Apply FoldConstant before NPU partitioning (#13848)
add 95fa22308b [Hexagon][CI] Updated sha for builder LLVM (#13418)
add c2cc01910c [microTVM] Update tutorials (#13845)
add 1bc8cf80d0 [ONNX] Support Bernoulli op on ONNX front-end (#13802)
No new revisions were added by this update.
Summary of changes:
docker/install/ubuntu_install_hexagon.sh | 5 +-
docs/conf.py | 12 +-
docs/topic/microtvm/index.rst | 11 +-
gallery/how_to/work_with_microtvm/micro_aot.py | 17 +-
.../how_to/work_with_microtvm/micro_autotune.py | 13 +-
gallery/how_to/work_with_microtvm/micro_ethosu.py | 6 +-
.../how_to/work_with_microtvm/micro_mlperftiny.py | 7 +-
gallery/how_to/work_with_microtvm/micro_pytorch.py | 18 +-
.../work_with_microtvm/micro_reference_vm.py | 159 -----------------
gallery/how_to/work_with_microtvm/micro_tflite.py | 72 +++-----
gallery/how_to/work_with_microtvm/micro_train.py | 9 +-
gallery/how_to/work_with_microtvm/micro_tvmc.sh | 43 ++---
python/tvm/micro/testing/utils.py | 8 +-
python/tvm/relay/frontend/onnx.py | 36 +++-
python/tvm/relay/op/contrib/clml.py | 16 +-
python/tvm/relay/op/contrib/ethosn.py | 1 +
src/relay/backend/te_compiler_cache.cc | 21 ++-
src/runtime/contrib/clml/clml_runtime.cc | 67 ++++++-
tests/python/contrib/test_clml/test_ops.py | 102 +++++++++++
tests/python/contrib/test_ethosn/test_addition.py | 68 +++++--
tests/python/contrib/test_ethosn/test_networks.py | 2 +-
tests/python/frontend/onnx/test_forward.py | 198 +++++++++++++++++++++
.../test_meta_schedule_relay_integration.py | 74 ++++++++
tests/scripts/request_hook/request_hook.py | 2 +-
24 files changed, 675 insertions(+), 292 deletions(-)
delete mode 100644 gallery/how_to/work_with_microtvm/micro_reference_vm.py