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/29 06:39:38 UTC

[incubator-tvm] branch master updated (2e93aef -> 96f6011)

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 2e93aef  Improve error messages in graph tuner, graph runtime, and module loader. (#6148)
     add 96f6011  [Ansor][AutoTVM v2.0] Phase 1: Add pragma/storage_align/rfactor steps (#6141)

No new revisions were added by this update.

Summary of changes:
 include/tvm/auto_scheduler/loop_state.h            |  31 +-
 include/tvm/auto_scheduler/transform_step.h        | 201 ++++++++++-
 python/tvm/auto_scheduler/loop_state.py            |  71 ++++
 src/auto_scheduler/loop_state.cc                   |  40 +++
 src/auto_scheduler/transform_step.cc               | 387 +++++++++++++++++++--
 src/auto_scheduler/utils.h                         |   6 +
 .../unittest/test_auto_scheduler_loop_state.py     |  54 +++
 .../python/unittest/test_auto_scheduler_measure.py | 144 +++++---
 8 files changed, 856 insertions(+), 78 deletions(-)