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/09/17 02:14:22 UTC

[incubator-tvm] branch master updated (dfebd6d -> 8843e76)

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

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


    from dfebd6d  extending FindVulkan to build RPC server on Windows correctly (#6498)
     add 8843e76  [TUTORIAL][ANSOR] Using the template-free auto-scheduler on CPU (#6488)

No new revisions were added by this update.

Summary of changes:
 .../{relay/frontend.rst => auto_scheduler.rst}     |  22 ++-
 docs/api/python/autotvm.rst                        |   2 +-
 docs/api/python/index.rst                          |   1 +
 docs/conf.py                                       |   1 +
 python/tvm/auto_scheduler/__init__.py              |   2 +-
 python/tvm/auto_scheduler/auto_schedule.py         |  70 ++++++---
 .../search_policy/sketch_policy_rules.cc           |   4 +-
 tutorials/auto_scheduler/README.txt                |   2 +
 tutorials/auto_scheduler/tune_matmul_x86.py        | 173 +++++++++++++++++++++
 tutorials/autotvm/README.txt                       |   4 +-
 10 files changed, 250 insertions(+), 31 deletions(-)
 copy docs/api/python/{relay/frontend.rst => auto_scheduler.rst} (66%)
 create mode 100644 tutorials/auto_scheduler/README.txt
 create mode 100644 tutorials/auto_scheduler/tune_matmul_x86.py