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/06/11 03:08:33 UTC

[tvm] branch last-successful updated (705993e485 -> 50c6a9896d)

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 705993e485 [DNNL][CBLAS][BYOC] Unifles all MKLDNN/DNNL  to DNNL (#11638)
     add 7de8980f24 [FIX,METASCHEDULER] Fix tune_te (#11676)
     add 50c6a9896d [MetaSchedule] Generate MetaSchedule Dataset (#11641)

No new revisions were added by this update.

Summary of changes:
 .../testing/dataset_collect_models.py              |  85 +++++++++
 .../meta_schedule/testing/dataset_extract_tasks.py | 104 +++++++++++
 .../testing/dataset_sample_candidates.py           | 191 +++++++++++++++++++++
 python/tvm/meta_schedule/testing/relay_workload.py |  39 -----
 python/tvm/meta_schedule/tune.py                   |   1 +
 .../search_strategy/evolutionary_search.cc         |  26 +++
 src/tir/schedule/analysis/analysis.cc              |   1 +
 .../python/unittest/test_meta_schedule_tune_te.py  |   7 +-
 8 files changed, 411 insertions(+), 43 deletions(-)
 create mode 100644 python/tvm/meta_schedule/testing/dataset_collect_models.py
 create mode 100644 python/tvm/meta_schedule/testing/dataset_extract_tasks.py
 create mode 100644 python/tvm/meta_schedule/testing/dataset_sample_candidates.py