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 94c4e0e [Meta Schedule] Add `ApplyHisotryBest` Meta Schedule Context
(#10049)
add 88cbf1b [MetaSchedule] Mutator Rule: Mutate Unroll (#10045)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/mutator/__init__.py | 1 +
.../mutate_unroll.py} | 14 +-
src/meta_schedule/mutator/mutate_unroll.cc | 141 +++++++++++++++++++++
.../test_meta_schedule_mutator_mutate_unroll.py | 114 +++++++++++++++++
4 files changed, 263 insertions(+), 7 deletions(-)
copy python/tvm/meta_schedule/{postproc/verify_gpu_code.py =>
mutator/mutate_unroll.py} (74%)
create mode 100644 src/meta_schedule/mutator/mutate_unroll.cc
create mode 100644
tests/python/unittest/test_meta_schedule_mutator_mutate_unroll.py