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 7bfb11b [Flaky] Skip test_qlinear_average_pool (#10030)
add fc1814e [MetaSchedule] Mutator: Mutate compute location (#10028)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/mutator/__init__.py | 1 +
.../mutate_compute_location.py} | 14 +--
.../mutator/mutate_compute_location.cc | 131 +++++++++++++++++++++
...eta_schedule_mutator_mutate_compute_location.py | 85 +++++++++++++
4 files changed, 224 insertions(+), 7 deletions(-)
copy python/tvm/meta_schedule/{postproc/disallow_dynamic_loop.py =>
mutator/mutate_compute_location.py} (70%)
create mode 100644 src/meta_schedule/mutator/mutate_compute_location.cc
create mode 100644
tests/python/unittest/test_meta_schedule_mutator_mutate_compute_location.py