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 b7922f3 [microTVM] Zephyr: add B-U585I-IOT02A board support (#10416)
add 1271e6c [MetaSchedule] Fix Cyclic Dependency in PyClass Family
(#10368)
No new revisions were added by this update.
Summary of changes:
include/tvm/meta_schedule/runner.h | 10 +-
include/tvm/meta_schedule/space_generator.h | 2 +-
python/tvm/meta_schedule/builder/builder.py | 43 +++-
python/tvm/meta_schedule/builder/local_builder.py | 66 ++++---
python/tvm/meta_schedule/cost_model/cost_model.py | 124 +++++++++---
.../tvm/meta_schedule/cost_model/random_model.py | 17 +-
python/tvm/meta_schedule/cost_model/xgb_model.py | 3 +-
python/tvm/meta_schedule/database/database.py | 127 +++++++++---
.../feature_extractor/feature_extractor.py | 62 ++++--
.../measure_callback/measure_callback.py | 75 ++++---
python/tvm/meta_schedule/mutator/mutator.py | 81 ++++++--
python/tvm/meta_schedule/postproc/postproc.py | 81 ++++++--
python/tvm/meta_schedule/runner/__init__.py | 2 +-
python/tvm/meta_schedule/runner/local_runner.py | 153 +++++++--------
python/tvm/meta_schedule/runner/rpc_runner.py | 216 +++++++++++----------
python/tvm/meta_schedule/runner/runner.py | 90 +++++++--
.../meta_schedule/schedule_rule/schedule_rule.py | 87 +++++++--
.../search_strategy/search_strategy.py | 118 ++++++++---
.../meta_schedule/space_generator/schedule_fn.py | 2 +
.../space_generator/space_generator.py | 67 +++++--
.../meta_schedule/task_scheduler/task_scheduler.py | 203 ++++++++++++-------
python/tvm/meta_schedule/tune.py | 6 +-
python/tvm/meta_schedule/utils.py | 144 ++++++++++----
.../unittest/test_meta_schedule_cost_model.py | 9 +-
.../test_meta_schedule_feature_extractor.py | 8 +-
.../unittest/test_meta_schedule_integration.py | 2 +
.../test_meta_schedule_measure_callback.py | 89 ++++++++-
.../test_meta_schedule_post_order_apply.py | 6 +
tests/python/unittest/test_meta_schedule_runner.py | 5 +-
.../unittest/test_meta_schedule_search_strategy.py | 51 +----
.../unittest/test_meta_schedule_space_generator.py | 16 +-
.../unittest/test_meta_schedule_task_scheduler.py | 99 ++++++----
.../unittest/test_meta_schedule_tune_relay.py | 3 +
33 files changed, 1423 insertions(+), 644 deletions(-)