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

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


    from 5721387  [DOCS] Update pass infra tutorial (#6193)
     add 7ef89ad  [Ansor][AutoTVM v2.0] Phase 1: The base class for cost models 
(#6187)

No new revisions were added by this update.

Summary of changes:
 include/tvm/auto_scheduler/cost_model.h            | 160 +++++++++++++++++++++
 python/tvm/auto_scheduler/__init__.py              |   3 +-
 .../cost_model}/__init__.py                        |   6 +-
 python/tvm/auto_scheduler/cost_model/cost_model.py | 150 +++++++++++++++++++
 src/auto_scheduler/cost_model.cc                   | 156 ++++++++++++++++++++
 ...ofiler.py => test_auto_scheduler_cost_model.py} |  38 ++---
 6 files changed, 491 insertions(+), 22 deletions(-)
 create mode 100644 include/tvm/auto_scheduler/cost_model.h
 copy python/tvm/{contrib/tf_op => auto_scheduler/cost_model}/__init__.py (84%)
 create mode 100644 python/tvm/auto_scheduler/cost_model/cost_model.py
 create mode 100644 src/auto_scheduler/cost_model.cc
 copy tests/python/unittest/{test_runtime_vm_profiler.py => 
test_auto_scheduler_cost_model.py} (57%)

Reply via email to