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 67da111 [CI] Enable integration tests on AArch64 (#10677)
add 937a14f [TIR][Analysis] Add SuggestIndexMap for layout rewriting
(#10732)
No new revisions were added by this update.
Summary of changes:
python/tvm/tir/__init__.py | 2 +-
python/tvm/tir/function.py | 15 ++
python/tvm/tir/schedule/__init__.py | 2 +
python/tvm/tir/schedule/analysis.py | 58 ++++++
src/tir/ir/index_map.cc | 2 +
src/tir/schedule/analysis.h | 14 ++
src/tir/schedule/analysis/layout.cc | 212 +++++++++++++++++++++
.../python/unittest/test_tir_schedule_analysis.py | 107 +++++++++++
8 files changed, 411 insertions(+), 1 deletion(-)
create mode 100644 python/tvm/tir/schedule/analysis.py
create mode 100644 src/tir/schedule/analysis/layout.cc
create mode 100644 tests/python/unittest/test_tir_schedule_analysis.py