You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/04/18 09:49:01 UTC

[tvm] branch last-successful updated (9f3da1cbae -> 0b9bcf0e7a)

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 9f3da1cbae [Frontend][Paddle] Fix pool2d op (#11029)
     add 0b9bcf0e7a [MetaSchedule][Refactor] Introduce TuneConfig (#10986)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/__init__.py               |   9 +-
 .../search_strategy/evolutionary_search.py         |  14 +-
 .../meta_schedule/task_scheduler/round_robin.py    |   5 +
 .../testing/tune_relay_meta_schedule.py            |  56 +-
 .../meta_schedule/testing/tune_te_meta_schedule.py |   4 +-
 python/tvm/meta_schedule/tune.py                   | 569 ++++++++-------------
 .../test_meta_schedule_measure_callback.py         |   4 +-
 .../unittest/test_meta_schedule_search_strategy.py |   2 +
 .../unittest/test_meta_schedule_task_scheduler.py  |   2 +
 .../unittest/test_meta_schedule_tune_relay.py      |  72 +--
 .../python/unittest/test_meta_schedule_tune_te.py  |   5 +-
 .../python/unittest/test_meta_schedule_tune_tir.py |  14 +-
 12 files changed, 277 insertions(+), 479 deletions(-)