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 d2e2f71b14 Fix 1d-softmax schedule. (#11719)
add 1312658093 [MetaSchedule] Apply-History-Best Task Filtering (#11692)
No new revisions were added by this update.
Summary of changes:
include/tvm/meta_schedule/apply_history_best.h | 21 ++++++++-
include/tvm/meta_schedule/extracted_task.h | 23 +++++++++
python/tvm/meta_schedule/apply_history_best.py | 26 ++++++++--
python/tvm/meta_schedule/relay_integration.py | 16 +++++--
python/tvm/meta_schedule/testing/utils.py | 15 +++++-
src/meta_schedule/apply_history_best.cc | 15 ++++--
src/meta_schedule/extracted_task.cc | 55 +++++++++++++++++++++-
src/meta_schedule/utils.h | 1 +
src/relay/backend/task_extraction.cc | 45 ++----------------
src/relay/backend/te_compiler_cache.cc | 17 ++++---
.../test_meta_schedule_relay_tir_compute.py | 15 ++++--
11 files changed, 183 insertions(+), 66 deletions(-)