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/08/27 22:11:54 UTC

[incubator-tvm] branch master updated (30cd230 -> 1899ad8)

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 30cd230  [BYOC][ETHOSN] Add support for quantized convolution (#6335)
     add 1899ad8  [Ansor][AutoTVM v2.0] Phase 2: Evolutionary Search (#6310)

No new revisions were added by this update.

Summary of changes:
 python/tvm/auto_scheduler/search_policy.py         |  20 ++
 src/auto_scheduler/search_policy/sketch_policy.cc  | 166 +++++++++++-
 src/auto_scheduler/search_policy/sketch_policy.h   |  24 +-
 .../search_policy/sketch_policy_rules.cc           | 279 ++++++++++++++++++++-
 .../search_policy/sketch_policy_rules.h            |  57 ++++-
 src/auto_scheduler/search_policy/utils.cc          |  65 ++++-
 src/auto_scheduler/search_policy/utils.h           |  16 +-
 .../test_auto_scheduler_evolutionary_search.py     |  75 ++++++
 8 files changed, 674 insertions(+), 28 deletions(-)
 create mode 100644 tests/python/unittest/test_auto_scheduler_evolutionary_search.py