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/02/28 22:07:07 UTC

[tvm] branch last-successful updated (9ca2139 -> 7127296)

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 9ca2139  [TensorIR] Renormalize split pattern (#10401)
     add 7127296  [MetaSchedule] Arithmetic analysis (#10403)

No new revisions were added by this update.

Summary of changes:
 src/arith/iter_affine_map.cc                       | 175 ++++++++++++---------
 src/arith/modular_set.cc                           |  12 ++
 src/arith/rewrite_simplify.cc                      |  12 ++
 src/tir/schedule/primitive/loop_transformation.cc  |  16 +-
 tests/python/unittest/test_arith_intset.py         |   5 +-
 .../python/unittest/test_arith_iter_affine_map.py  |   2 +-
 tests/python/unittest/test_arith_modular_set.py    |   9 ++
 .../python/unittest/test_arith_rewrite_simplify.py |   5 +
 ...meta_schedule_postproc_rewrite_unbound_block.py |   4 +-
 .../unittest/test_tir_schedule_split_fuse.py       |  18 +--
 10 files changed, 164 insertions(+), 94 deletions(-)