This is an automated email from the ASF dual-hosted git repository.
wuwei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 3e7916d30a [ci][docker] Prune all non-relevant images (#11497)
add c1b22eefb5 [Arith] Merge surjective/non-surjective iter mapping
detections (#11287)
No new revisions were added by this update.
Summary of changes:
include/tvm/arith/iter_affine_map.h | 114 ++--
python/tvm/arith/iter_affine_map.py | 53 +-
src/arith/int_set.cc | 5 +-
src/arith/iter_affine_map.cc | 490 ++++++++-------
src/arith/pattern_match.h | 2 +
src/arith/rewrite_simplify.cc | 72 +--
src/arith/rewrite_simplify.h | 2 +
src/tir/ir/buffer.cc | 17 +-
src/tir/ir/index_map.cc | 23 +-
src/tir/schedule/analysis/analysis.cc | 8 +-
src/tir/schedule/analysis/layout.cc | 11 +-
src/tir/schedule/primitive/blockize_tensorize.cc | 7 +-
src/tir/schedule/primitive/compute_at.cc | 2 +-
src/tir/schedule/primitive/compute_inline.cc | 5 +-
.../schedule/primitive/layout_transformation.cc | 7 +-
src/tir/schedule/primitive/loop_transformation.cc | 2 +-
.../python/unittest/test_arith_iter_affine_map.py | 674 +++++++++++----------
.../python/unittest/test_arith_rewrite_simplify.py | 14 +-
tests/python/unittest/test_tir_buffer.py | 14 +-
.../unittest/test_tir_schedule_compute_at.py | 38 ++
20 files changed, 871 insertions(+), 689 deletions(-)