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/22 00:47:07 UTC

[incubator-tvm] branch master updated (83f0c9d -> 4e6fe36)

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 83f0c9d  [LINT] Use fmt off to disable problematic black fmt (#6519)
     add 4e6fe36  [AutoScheduler] Improve hyperlinks in the tutorial (#6521)

No new revisions were added by this update.

Summary of changes:
 docs/api/python/auto_scheduler.rst                 | 32 ++--------------------
 python/tvm/auto_scheduler/auto_schedule.py         |  2 +-
 python/tvm/auto_scheduler/compute_dag.py           |  6 ++--
 python/tvm/auto_scheduler/cost_model/cost_model.py |  8 +++---
 python/tvm/auto_scheduler/cost_model/xgb_model.py  |  5 ++++
 python/tvm/auto_scheduler/measure.py               |  2 +-
 python/tvm/auto_scheduler/measure_record.py        | 10 +++----
 python/tvm/auto_scheduler/search_policy.py         |  8 ++++--
 python/tvm/autotvm/record.py                       | 12 ++++----
 python/tvm/autotvm/task/dispatcher.py              |  6 ++--
 python/tvm/autotvm/task/space.py                   |  2 +-
 python/tvm/autotvm/tuner/tuner.py                  |  2 +-
 tutorials/auto_scheduler/tune_conv2d_layer_cuda.py | 12 ++++----
 tutorials/auto_scheduler/tune_matmul_x86.py        | 15 +++++-----
 14 files changed, 52 insertions(+), 70 deletions(-)