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 6c339eaa8f [Hexagon] Remove sim_options from tvm.target.hexagon()
(#11293)
add 0e8107bfc7 [TIR][Arith] Implemented padded inverses in IndexMap
(#11235)
No new revisions were added by this update.
Summary of changes:
include/tvm/arith/iter_affine_map.h | 73 ++-
include/tvm/tir/index_map.h | 20 +-
python/tvm/tir/function.py | 110 +++-
src/arith/iter_affine_map.cc | 627 ++++++++++++++++-----
src/arith/rewrite_simplify.cc | 4 +
src/tir/ir/index_map.cc | 72 +++
src/tir/schedule/state.cc | 1 +
tests/python/unittest/test_index_map.py | 189 +++++++
.../python/unittest/test_tir_schedule_analysis.py | 12 +-
9 files changed, 958 insertions(+), 150 deletions(-)
create mode 100644 tests/python/unittest/test_index_map.py