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 7f1856d34f [Hexagon] Asynchronous DMA support (#12411)
     add 370abe69d2 [MetaSchedule][UX] Make `Database` with-able (#12520)

No new revisions were added by this update.

Summary of changes:
 include/tvm/meta_schedule/apply_history_best.h     | 115 --------------
 include/tvm/meta_schedule/database.h               |  28 ++++
 include/tvm/meta_schedule/extracted_task.h         |  20 ---
 python/tvm/auto_scheduler/testing/tune_relay.py    |  93 ++++++------
 python/tvm/meta_schedule/__init__.py               |   1 -
 python/tvm/meta_schedule/apply_history_best.py     | 130 ----------------
 python/tvm/meta_schedule/database/database.py      | 104 ++++++++++++-
 python/tvm/meta_schedule/default_config.py         |   4 -
 python/tvm/meta_schedule/relay_integration.py      |  29 ++--
 python/tvm/meta_schedule/testing/tune_relay.py     |  30 ++--
 python/tvm/meta_schedule/testing/utils.py          |  26 ++--
 python/tvm/meta_schedule/tune.py                   |  12 +-
 src/meta_schedule/apply_history_best.cc            | 165 ---------------------
 src/meta_schedule/database/database.cc             |  64 ++++++++
 src/meta_schedule/extracted_task.cc                |  70 ---------
 src/meta_schedule/utils.h                          |   1 -
 src/relay/backend/task_extraction.cc               |  25 ++--
 src/relay/backend/te_compiler.cc                   |   1 +
 src/relay/backend/te_compiler_cache.cc             |  70 ++++-----
 src/relay/backend/utils.cc                         |  73 +++++++++
 src/relay/backend/utils.h                          |  31 ++++
 .../test_meta_schedule_auto_tensorize.py           |  25 ++--
 tests/python/unittest/test_link_params.py          |  19 +--
 .../unittest/test_meta_schedule_integration.py     |  62 +-------
 .../unittest/test_meta_schedule_multi_anchor.py    |   2 +-
 .../test_meta_schedule_relay_tir_compute.py        |  18 +--
 .../unittest/test_meta_schedule_tune_relay.py      |  57 ++++---
 27 files changed, 511 insertions(+), 764 deletions(-)
 delete mode 100644 include/tvm/meta_schedule/apply_history_best.h
 delete mode 100644 python/tvm/meta_schedule/apply_history_best.py
 delete mode 100644 src/meta_schedule/apply_history_best.cc

Reply via email to