This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from e8c7f67  [Relay] Fix bug in test_op_level3 (#8508)
     add 2df0854  [TensorIR][M2a] Fuse, Split (#8467)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/iter_affine_map.h                |  12 +
 include/tvm/tir/schedule/schedule.h                |  19 +
 python/tvm/tir/schedule/schedule.py                | 138 ++++++-
 src/arith/iter_affine_map.cc                       |  15 +
 src/arith/rewrite_simplify.cc                      |   4 +
 src/tir/schedule/concrete_schedule.cc              |  87 ++++
 src/tir/schedule/concrete_schedule.h               |  43 +-
 src/tir/schedule/primitive.h                       |  22 +-
 src/tir/schedule/primitive/loop_transformation.cc  | 389 ++++++++++++++++++
 src/tir/schedule/schedule.cc                       |   2 +
 .../unittest/test_tir_schedule_split_fuse.py       | 453 +++++++++++++++++++++
 11 files changed, 1170 insertions(+), 14 deletions(-)
 create mode 100644 src/tir/schedule/primitive/loop_transformation.cc
 create mode 100644 tests/python/unittest/test_tir_schedule_split_fuse.py

Reply via email to