You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by bo...@apache.org on 2022/06/05 18:17:38 UTC

[tvm] branch main updated (ba60788118 -> c732828d48)

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

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


    from ba60788118 [MetaSchedule] Use Add-Unit-Loop in Auto-Bind (#11581)
     add c732828d48 [TIR] Prevent loop binding over-simplification (#11578)

No new revisions were added by this update.

Summary of changes:
 include/tvm/arith/iter_affine_map.h                    |  5 +++--
 src/arith/iter_affine_map.cc                           |  6 ++++--
 src/tir/schedule/primitive/loop_transformation.cc      |  5 +++--
 ...meta_schedule_postproc_rewrite_cooperative_fetch.py |  2 +-
 .../test_meta_schedule_schedule_rule_auto_bind.py      |  1 -
 tests/python/unittest/test_tir_schedule_reorder.py     |  2 +-
 tests/python/unittest/test_tir_schedule_split_fuse.py  | 12 ++++++------
 tests/python/unittest/test_tir_schedule_transform.py   | 18 ++++++------------
 8 files changed, 24 insertions(+), 27 deletions(-)