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 45a92df36a [TVMScript] Support `show_meta` (#13934)
add cf721d4c34 [TIR] Allow TransformLayout index_map to contain RVs
(#13930)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/index_map.h | 23 +++++-
python/tvm/tir/schedule/trace.py | 5 +-
src/meta_schedule/database/database_utils.cc | 2 +-
src/relay/backend/te_compiler_cache.cc | 4 +-
src/tir/ir/index_map.cc | 94 +++++++++++++++++-----
src/tir/schedule/concrete_schedule.cc | 8 +-
src/tir/schedule/instruction.cc | 2 +
.../schedule/primitive/layout_transformation.cc | 27 ++++---
src/tir/schedule/trace.cc | 54 ++++++++++---
src/tir/schedule/traced_schedule.cc | 4 +-
.../unittest/test_tir_schedule_transform_layout.py | 9 +++
11 files changed, 180 insertions(+), 52 deletions(-)