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 5306ffa upd (#10809)
add c2488ac [MetaSchedule] Extract task weights during task extraction
(#10810)
add ce28068 [MetaSchedule] Support grouping in the cost model (#10811)
No new revisions were added by this update.
Summary of changes:
include/tvm/meta_schedule/integration.h | 9 +-
python/tvm/meta_schedule/cost_model/xgb_model.py | 243 +++++++++++++--------
python/tvm/meta_schedule/integration.py | 9 +-
.../testing/tune_relay_auto_scheduler.py | 30 ++-
.../testing/tune_relay_meta_schedule.py | 87 +++++++-
python/tvm/meta_schedule/tune.py | 13 +-
python/tvm/meta_schedule/utils.py | 11 +-
python/tvm/relay/build_module.py | 2 +-
python/tvm/rpc/client.py | 10 +-
src/meta_schedule/integration.cc | 9 +-
src/meta_schedule/tune_context.cc | 3 +
src/meta_schedule/utils.h | 15 ++
src/relay/backend/task_extraction.cc | 44 ++--
.../unittest/test_meta_schedule_cost_model.py | 50 +++--
.../unittest/test_meta_schedule_integration.py | 106 ++++++++-
15 files changed, 470 insertions(+), 171 deletions(-)