This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from fc1814e [MetaSchedule] Mutator: Mutate compute location (#10028)
add cc67040 [MetaSchedule] Post Processor: Rewrite Unbound Block (#10027)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/postproc/__init__.py | 1 +
...verify_gpu_code.py => rewrite_unbound_block.py} | 10 +-
.../postproc/rewrite_unbound_block.cc | 218 +++++++++++++++++++++
src/tir/schedule/utils.h | 12 ++
...meta_schedule_postproc_rewrite_unbound_block.py | 140 +++++++++++++
5 files changed, 376 insertions(+), 5 deletions(-)
copy python/tvm/meta_schedule/postproc/{verify_gpu_code.py =>
rewrite_unbound_block.py} (75%)
create mode 100644 src/meta_schedule/postproc/rewrite_unbound_block.cc
create mode 100644
tests/python/unittest/test_meta_schedule_postproc_rewrite_unbound_block.py