You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/09/15 23:36:25 UTC

[incubator-tvm] branch master updated (4c5f0c0 -> d4919df)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 4c5f0c0  [BYOC][ETHOSN] Introduce further operator support (#6355)
     add d4919df  [Minor] Fix typos in Ansor (#6425)

No new revisions were added by this update.

Summary of changes:
 include/tvm/auto_scheduler/compute_dag.h           | 12 +++---
 include/tvm/auto_scheduler/feature.h               |  4 +-
 include/tvm/auto_scheduler/loop_state.h            |  2 +-
 include/tvm/auto_scheduler/measure.h               | 16 ++++----
 python/tvm/auto_scheduler/cost_model/cost_model.py |  8 ++--
 python/tvm/auto_scheduler/cost_model/xgb_model.py  | 29 --------------
 python/tvm/auto_scheduler/feature.py               |  2 +-
 python/tvm/auto_scheduler/loop_state.py            | 46 ----------------------
 python/tvm/auto_scheduler/measure.py               |  6 +--
 python/tvm/auto_scheduler/measure_record.py        |  4 +-
 python/tvm/auto_scheduler/search_policy.py         |  6 +--
 python/tvm/auto_scheduler/utils.py                 |  2 +-
 python/tvm/auto_scheduler/workload_registry.py     |  2 +-
 src/auto_scheduler/compute_dag.cc                  | 24 +++++------
 src/auto_scheduler/cost_model.cc                   |  2 +-
 src/auto_scheduler/feature.cc                      | 16 ++++----
 src/auto_scheduler/loop_state.cc                   |  2 +-
 src/auto_scheduler/measure.cc                      | 10 ++---
 .../search_policy/sketch_policy_rules.cc           |  8 ++--
 src/auto_scheduler/search_policy/utils.cc          |  6 +--
 src/auto_scheduler/search_policy/utils.h           | 12 +++---
 src/auto_scheduler/transform_step.cc               |  2 +-
 22 files changed, 73 insertions(+), 148 deletions(-)