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 558c994d1a [TIR][FIX] check args size when creating prim_func by
runtime::Registry (#13809)
add 4daf38f691 [TVMScript] Robustify the Highlight Printer (#13861)
add 0d5baacc02 [ONNX] Support SequenceErase op (#13865)
add d8833bdbbe [ONNX] Support SequenceEmpty op (#13866)
add 5e652c1a7a [CI] NNPACK build issue workaround (#13873)
add 73740385a9 [microTVM]Refactor test and add skip to current failing
tests/boards (#13858)
add 206f085b03 [TIR][TOPI][CI] Fix number of arguments in calls of
llvm_pure_intrin (#13881)
No new revisions were added by this update.
Summary of changes:
docker/install/ubuntu_install_nnpack.sh | 2 +-
python/tvm/relay/frontend/onnx.py | 52 ++++++++++++++--
python/tvm/script/highlight.py | 13 ++--
python/tvm/tir/tensor_intrin/x86.py | 2 +-
python/tvm/topi/x86/tensor_intrin.py | 12 ++--
tests/micro/common/test_autotune.py | 3 +
tests/micro/common/test_tvmc.py | 3 +
tests/micro/zephyr/test_ms_tuning.py | 7 ++-
tests/micro/zephyr/test_zephyr.py | 70 ++++++++--------------
tests/micro/zephyr/test_zephyr_aot_exec.py | 13 ++--
.../zephyr/test_zephyr_aot_exec_standalone.py | 9 ++-
tests/micro/zephyr/test_zephyr_armv7m.py | 21 +++----
tests/micro/zephyr/utils.py | 28 +--------
tests/python/frontend/onnx/test_forward.py | 42 ++++++++++++-
...est_meta_schedule_postproc_rewrite_tensorize.py | 2 +-
.../unittest/test_meta_schedule_trace_apply.py | 2 +-
.../unittest/test_tvmscript_printer_highlight.py | 29 +++++++++
17 files changed, 189 insertions(+), 121 deletions(-)