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/15 22:24:15 UTC

[tvm] branch last-successful updated (d0cbde0c99 -> 6ce41be327)

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 d0cbde0c99 rename aot_demo to aot_standalone_demo for clarity vs. host-driven aot (#11723)
     add 6ce41be327 [MetaSchedule] Modify Profiler Timers (#11735)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/tune.py                   |  17 ++--
 .../measure_callback/add_to_database.cc            |   2 +-
 .../measure_callback/echo_statistics.cc            |   2 +-
 .../measure_callback/measure_callback.cc           |   2 +-
 .../measure_callback/remove_build_artifact.cc      |   3 +-
 .../measure_callback/update_cost_model.cc          |   2 +-
 src/meta_schedule/profiler.cc                      |   4 +-
 .../search_strategy/evolutionary_search.cc         | 108 ++++++++++++---------
 src/meta_schedule/task_scheduler/task_scheduler.cc |   1 +
 .../unittest/test_meta_schedule_tune_relay.py      |  33 +++----
 10 files changed, 95 insertions(+), 79 deletions(-)