You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sy...@apache.org on 2022/07/19 14:45:18 UTC

[tvm] branch main updated (7bf5fa449c -> 3e7a2ad956)

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

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


    from 7bf5fa449c [Target] Add "features" property to Target (#12121)
     add 3e7a2ad956 support overlapped itersum (#12039)

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       | 26 +++----
 .../unittest/test_meta_schedule_space_cuda.py      | 12 +--
 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, 176 insertions(+), 58 deletions(-)