You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by lm...@apache.org on 2020/12/03 23:04:29 UTC

[tvm] branch main updated (b06b64d -> e6c1baf)

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

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


    from b06b64d  [CI] Hotfix CI (see #7010) (#7025)
     add e6c1baf  [AutoScheduler] Misc update to hardware parameter and task scheduler (#7020)

No new revisions were added by this update.

Summary of changes:
 docs/conf.py                                       |  1 +
 include/tvm/auto_scheduler/search_task.h           | 26 ++++++-----
 python/tvm/auto_scheduler/__init__.py              |  7 ++-
 python/tvm/auto_scheduler/auto_schedule.py         | 32 +++++++++++++-
 python/tvm/auto_scheduler/relay_integration.py     | 12 +++++
 python/tvm/auto_scheduler/search_policy.py         |  2 +-
 python/tvm/auto_scheduler/task_scheduler.py        |  8 +++-
 python/tvm/relay/op/strategy/cuda.py               |  9 ++--
 python/tvm/relay/op/strategy/x86.py                | 17 ++++++--
 src/auto_scheduler/search_task.cc                  | 51 ++++++++++++----------
 .../unittest/test_auto_scheduler_compute_dag.py    |  2 +-
 .../python/unittest/test_auto_scheduler_feature.py |  4 +-
 12 files changed, 121 insertions(+), 50 deletions(-)