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/02 17:23:36 UTC

[tvm] branch last-successful updated (be90825 -> 6f0017a)

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 be90825  [Hexagon] Updated incomplete docstring (#10879)
     add 6f0017a  [MetaSchedule][BugFix] Fix broken integration tests (#10885)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/__init__.py               |  34 +++---
 .../tvm/meta_schedule/search_strategy/__init__.py  |   8 +-
 .../search_strategy/evolutionary_search.py         |  31 ------
 .../meta_schedule/search_strategy/replay_func.py   |  15 +--
 .../meta_schedule/search_strategy/replay_trace.py  |  15 +--
 python/tvm/meta_schedule/tune.py                   | 114 +++++++++++++++++++--
 .../unittest/test_meta_schedule_tune_relay.py      |   4 +-
 .../python/unittest/test_meta_schedule_tune_te.py  |   1 +
 .../python/unittest/test_meta_schedule_tune_tir.py |   6 +-
 9 files changed, 136 insertions(+), 92 deletions(-)