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/07/20 18:14:00 UTC

[incubator-tvm] branch master updated (3772dd2 -> 50f8047)

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 3772dd2  lint: add opencl .cl file type (#6092)
     add 50f8047  [Ansor][AutoTVM v2.0] Phase 1: Add RPC Runner (#6077)

No new revisions were added by this update.

Summary of changes:
 python/tvm/auto_scheduler/__init__.py              |   3 +-
 python/tvm/auto_scheduler/measure.py               | 295 ++++++++++++++++++++-
 python/tvm/auto_scheduler/utils.py                 |  70 +++++
 python/tvm/rpc/server.py                           |   3 +-
 src/auto_scheduler/measure.cc                      |  42 +++
 src/auto_scheduler/measure.h                       |  72 ++++-
 .../python/unittest/test_auto_scheduler_measure.py |  28 +-
 7 files changed, 492 insertions(+), 21 deletions(-)