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/27 04:36:09 UTC

[incubator-tvm] branch master updated (959cff1 -> b8f8b8d)

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 959cff1  [Relay] Fix interpreter for dyanmic shape input of ndarray_size (#6086)
     add b8f8b8d  [Ansor][AutoTVM v2.0] Phase 1: Add cache_read/cache_write steps (#6107)

No new revisions were added by this update.

Summary of changes:
 include/tvm/auto_scheduler/compute_dag.h           |  11 +
 include/tvm/auto_scheduler/loop_state.h            |  82 ++++--
 include/tvm/auto_scheduler/transform_step.h        | 248 +++++++++++++---
 python/tvm/auto_scheduler/compute_dag.py           |  10 +-
 python/tvm/auto_scheduler/loop_state.py            | 113 +++++++-
 src/auto_scheduler/compute_dag.cc                  |  39 ++-
 src/auto_scheduler/loop_state.cc                   |  58 ++++
 src/auto_scheduler/transform_step.cc               | 313 ++++++++++++++++++++-
 .../unittest/test_auto_scheduler_loop_state.py     | 275 ++++++++++++++++++
 .../python/unittest/test_auto_scheduler_measure.py |   7 +-
 10 files changed, 1043 insertions(+), 113 deletions(-)