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 98aa41e329 [Relay] Flexible shape dispatch transformation (#11199)
add 4622dfefd6 [CI] fix docker group exists with different GID (#11184)
add 31be30062b [TIR] Add schedule primitive SetAxisSeparator (#11225)
No new revisions were added by this update.
Summary of changes:
docker/with_the_same_user | 7 +-
include/tvm/tir/schedule/schedule.h | 12 +++
python/tvm/script/tir/__init__.pyi | 3 +
python/tvm/script/tir/special_stmt.py | 12 ++-
python/tvm/script/tir/ty.py | 3 +
python/tvm/tir/schedule/schedule.py | 81 ++++++++++++++-
src/printer/tvmscript_printer.cc | 6 ++
src/tir/schedule/concrete_schedule.cc | 10 ++
src/tir/schedule/concrete_schedule.h | 3 +
src/tir/schedule/primitive.h | 11 ++
src/tir/schedule/primitive/block_annotate.cc | 107 ++------------------
.../schedule/primitive/layout_transformation.cc | 112 +++++++++++++++++++++
src/tir/schedule/schedule.cc | 7 +-
src/tir/schedule/traced_schedule.cc | 13 +++
src/tir/schedule/traced_schedule.h | 3 +
src/tir/schedule/transform.cc | 81 +++++++++++++++
src/tir/schedule/transform.h | 55 ++++++++++
....py => test_tir_schedule_set_axis_separator.py} | 71 +++++++------
tests/python/unittest/test_tvmscript_roundtrip.py | 20 ++++
19 files changed, 480 insertions(+), 137 deletions(-)
copy tests/python/unittest/{test_tir_schedule_set_scope.py =>
test_tir_schedule_set_axis_separator.py} (61%)