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 0973248858 [TVMScript] Add source_paths to Doc (#12324)
add 2249256cef [microTVM][CI] Rename ci_qemu to ci_cortexm (#12281)
add 5821c1240e [TIR] Add DeclBuffer IR node and functors (#12300)
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 158 ++++++++++-----------
.../reference-vm/base-box/base_box_provision.sh | 2 +-
apps/microtvm/reference-vm/rebuild_tvm.sh | 2 +-
apps/microtvm/zephyr_cmsisnn/README.md | 4 +-
ci/jenkins/Build.groovy.j2 | 16 +--
ci/jenkins/Jenkinsfile.j2 | 2 +-
ci/jenkins/Test.groovy.j2 | 18 +--
ci/jenkins/generate.py | 2 +-
.../{Dockerfile.ci_qemu => Dockerfile.ci_cortexm} | 0
docker/install/ubuntu_install_qemu.sh | 82 -----------
include/tvm/tir/stmt.h | 34 +++++
include/tvm/tir/stmt_functor.h | 4 +
python/tvm/script/tir/__init__.pyi | 12 ++
python/tvm/script/tir/scope_handler.py | 81 +++++++++++
python/tvm/tir/__init__.py | 1 +
python/tvm/tir/stmt.py | 20 +++
src/printer/text_printer.h | 1 +
src/printer/tir_text_printer.cc | 12 ++
src/printer/tvmscript_printer.cc | 19 +++
src/target/source/codegen_c.cc | 2 +
src/target/source/codegen_c.h | 1 +
src/tir/ir/stmt.cc | 23 +++
src/tir/ir/stmt_functor.cc | 14 ++
tests/cpp/ir_functor_test.cc | 6 +-
tests/python/ci/test_ci.py | 2 +-
tests/python/unittest/test_tvmscript_roundtrip.py | 13 ++
tests/scripts/ci.py | 6 +-
..._build_qemu.sh => task_config_build_cortexm.sh} | 0
28 files changed, 347 insertions(+), 190 deletions(-)
copy docker/{Dockerfile.ci_qemu => Dockerfile.ci_cortexm} (100%)
delete mode 100755 docker/install/ubuntu_install_qemu.sh
copy tests/scripts/{task_config_build_qemu.sh => task_config_build_cortexm.sh}
(100%)