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 5456fae776 [TVMScript,Fix] Fix findsource when classes are indented
(#13924)
add 282f17584b [Arith] Updated incorrect simplification rule (#13922)
add 7323e1d16f [OpenCL] Refactor OpenCL init function (#13919)
add c8b99a93a1 Fix build platform environment variable (#13914)
add 7149142781 [TVMScript] Schedule error reporting with new TVMScript
printer (#13921)
add 6fb961a945 [CI] Include static builds of the runtime as part of CI
(#13612)
No new revisions were added by this update.
Summary of changes:
.github/workflows/main.yml | 34 +++++
docker/build.sh | 13 ++
include/tvm/node/script_printer.h | 15 +-
include/tvm/script/printer/ir_docsifier.h | 39 ++++++
python/tvm/runtime/object_path.py | 2 +
python/tvm/runtime/script_printer.py | 57 ++++++--
python/tvm/script/printer/doc_printer.py | 4 +-
src/arith/rewrite_simplify.cc | 10 +-
src/node/script_printer.cc | 13 +-
src/node/structural_equal.cc | 12 +-
src/runtime/opencl/opencl_common.h | 28 ++--
src/runtime/opencl/opencl_device_api.cc | 151 +++++++++++----------
src/runtime/opencl/opencl_module.cc | 17 ++-
src/script/printer/doc_printer/base_doc_printer.cc | 83 +++++++----
src/script/printer/doc_printer/base_doc_printer.h | 14 +-
.../printer/doc_printer/python_doc_printer.cc | 31 ++++-
src/script/printer/tir/block.cc | 6 +-
src/tir/schedule/error.cc | 20 +--
tests/cpp-runtime/opencl/opencl_timer_test.cc | 11 +-
.../python/unittest/test_arith_rewrite_simplify.py | 9 +-
.../python/unittest/test_tvmscript_error_report.py | 22 +--
.../unittest/test_tvmscript_printer_annotation.py | 86 ++++++++++++
.../test_tvmscript_printer_python_doc_printer.py | 12 +-
.../test_tvmscript_printer_structural_equal.py | 4 +-
.../unittest/test_tvmscript_printer_underlining.py | 127 +++++++++++++++--
..._build_riscv.sh => task_config_build_static.sh} | 20 +--
26 files changed, 623 insertions(+), 217 deletions(-)
create mode 100644 tests/python/unittest/test_tvmscript_printer_annotation.py
copy tests/scripts/{task_config_build_riscv.sh => task_config_build_static.sh}
(68%)