You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/07/20 12:49:00 UTC

[tvm] branch last-successful updated (eb7cf7051d -> 7abdce2660)

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 eb7cf7051d Revert "support overlapped itersum (#12039)" (#12137)
     add 7abdce2660 Fix #12039‘s broken cases (#12143)

No new revisions were added by this update.

Summary of changes:
 src/arith/iter_affine_map.cc                       |  91 ++++++++----
 tests/python/unittest/test_arith_intset.py         |   7 +-
 .../python/unittest/test_arith_iter_affine_map.py  |  58 +++++++-
 .../unittest/test_meta_schedule_space_cpu.py       | 164 ++++++++++-----------
 .../unittest/test_meta_schedule_space_cuda.py      |  84 +++++------
 tests/python/unittest/test_tir_schedule_reorder.py |  30 +++-
 .../unittest/test_tir_schedule_split_fuse.py       |   8 +-
 .../test_tir_schedule_state_cached_flags.py        |   2 +-
 8 files changed, 281 insertions(+), 163 deletions(-)