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/08 19:07:27 UTC

[incubator-tvm] branch master updated (eee413f -> 84fa626)

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 eee413f  Dynamic Strided Slice (#6316)
     add 84fa626  [AutoTVM][Ansor] Enable random fill and CPU cache flush for AutoTVM and Ansor (#6391)

No new revisions were added by this update.

Summary of changes:
 include/tvm/auto_scheduler/measure.h               | 10 ++-
 python/tvm/auto_scheduler/measure.py               | 93 +++++++++++++++++-----
 python/tvm/autotvm/measure/measure_methods.py      | 10 ++-
 src/auto_scheduler/measure.cc                      | 22 ++---
 .../python/unittest/test_auto_scheduler_measure.py | 17 ++--
 5 files changed, 110 insertions(+), 42 deletions(-)