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 239edb5158 [microTVM] Allow multiple runners in tuning micro models
with meta-schedule (#13811)
add 697fdb2cb7 [TVMScript] Comments and docstrings printing (#13839)
add f7dfef4cde [ONNX] QGemm support (#13747)
add 4ddb87631b [microTVM] Fix host-driven AOT memory workspaces (#13807)
add ec72ac6690 [ROCM] Fixes compiling on ROCM 5 and accuracy on dense op
(#13847)
No new revisions were added by this update.
Summary of changes:
include/tvm/script/printer/doc.h | 44 ++++++
include/tvm/script/printer/ir_docsifier.h | 4 +
python/tvm/contrib/rocm.py | 4 +-
python/tvm/relay/frontend/onnx.py | 85 +++++++++++
python/tvm/relay/op/strategy/cuda.py | 15 +-
python/tvm/script/printer/doc.py | 20 +++
src/runtime/crt/aot_executor/aot_executor.c | 13 +-
src/script/printer/doc.cc | 22 +++
src/script/printer/doc_printer/base_doc_printer.cc | 4 +
src/script/printer/doc_printer/base_doc_printer.h | 10 ++
.../printer/doc_printer/python_doc_printer.cc | 34 ++++-
src/script/printer/ir/ir.cc | 3 +-
src/script/printer/ir/utils.h | 1 +
src/script/printer/tir/function.cc | 4 +-
src/script/printer/tir/utils.h | 1 +
src/script/printer/utils.h | 20 +++
src/target/source/source_module.cc | 16 +-
tests/python/frontend/onnx/test_forward.py | 168 +++++++++++++++++++++
tests/python/unittest/test_crt.py | 18 +--
.../unittest/test_micro_model_library_format.py | 1 -
.../python/unittest/test_tvmscript_printer_doc.py | 28 ++++
tests/python/unittest/test_tvmscript_printer_ir.py | 3 +
.../test_tvmscript_printer_python_doc_printer.py | 56 ++++++-
.../python/unittest/test_tvmscript_printer_tir.py | 18 ++-
24 files changed, 544 insertions(+), 48 deletions(-)