This is an automated email from the ASF dual-hosted git repository. ekalda pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git
from f267691fa4 [Relax] Stabilize relax pass mutation order (#16883) add d4056ca795 [SVE] Support splitting by vscale in `tir::split` and `te::split` (#16862) No new revisions were added by this update. Summary of changes: include/tvm/te/schedule.h | 20 ++- include/tvm/tir/schedule/schedule.h | 11 +- python/tvm/te/schedule.py | 14 +- python/tvm/tir/schedule/schedule.py | 15 ++- src/arith/analyzer.cc | 20 +++ src/arith/scalable_expression.cc | 38 ++++++ src/arith/scalable_expression.h | 25 ++++ src/te/schedule/message_passing.cc | 3 +- src/te/schedule/schedule_lang.cc | 30 +++-- src/tir/schedule/concrete_schedule.cc | 4 +- src/tir/schedule/concrete_schedule.h | 2 +- src/tir/schedule/primitive.h | 9 +- src/tir/schedule/primitive/loop_transformation.cc | 14 +- src/tir/schedule/traced_schedule.cc | 14 +- src/tir/schedule/traced_schedule.h | 2 +- tests/python/arith/test_arith_simplify.py | 47 +++++++ .../test_meta_schedule_post_order_apply.py | 14 +- tests/python/te/test_te_schedule.py | 42 +++--- .../tir-schedule/test_tir_schedule_split_fuse.py | 142 ++++++++++++++++++++- .../python/tir-schedule/test_tir_schedule_trace.py | 4 +- 20 files changed, 400 insertions(+), 70 deletions(-)