You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sy...@apache.org on 2022/03/25 02:29:49 UTC

[tvm] branch main updated (3918717 -> 8ebdf6e)

This is an automated email from the ASF dual-hosted git repository.

syfeng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 3918717  [Hexagon] Guard UserDMA code with architecture check (#10770)
     add 8ebdf6e  [MetaSchedule] Misc update for e2e workloads (#10776)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/integration.py            |   6 +-
 .../meta_schedule/testing/custom_builder_runner.py |  34 ++++-
 python/tvm/meta_schedule/testing/relay_workload.py |   5 +-
 ...o_scheduler.py => tune_relay_auto_scheduler.py} | 138 +++++++++++++++------
 ...eta_schedule.py => tune_relay_meta_schedule.py} |  74 ++++++++---
 ...auto_scheduler.py => tune_te_auto_scheduler.py} |   0
 ...h_meta_schedule.py => tune_te_meta_schedule.py} |  10 +-
 python/tvm/meta_schedule/utils.py                  |  19 ++-
 src/meta_schedule/tune_context.cc                  |   6 +-
 9 files changed, 224 insertions(+), 68 deletions(-)
 copy python/tvm/meta_schedule/testing/{run_subgraph_auto_scheduler.py => tune_relay_auto_scheduler.py} (50%)
 copy python/tvm/meta_schedule/testing/{run_subgraph_meta_schedule.py => tune_relay_meta_schedule.py} (63%)
 rename python/tvm/meta_schedule/testing/{run_subgraph_auto_scheduler.py => tune_te_auto_scheduler.py} (100%)
 rename python/tvm/meta_schedule/testing/{run_subgraph_meta_schedule.py => tune_te_meta_schedule.py} (100%)