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 40450af Support mxnet _contrib_SyncBatchNorm (#6245)
add 3565889 [Ansor][AutoTVM v2.0] Phase 1: feature extraction for cost
models (#6190)
No new revisions were added by this update.
Summary of changes:
include/tvm/auto_scheduler/feature.h | 122 ++
python/tvm/auto_scheduler/__init__.py | 1 +
python/tvm/auto_scheduler/feature.py | 242 +++
src/auto_scheduler/compute_dag.cc | 28 +-
src/auto_scheduler/feature.cc | 1639 ++++++++++++++++++++
.../unittest/test_auto_scheduler_compute_dag.py | 10 +-
.../python/unittest/test_auto_scheduler_feature.py | 197 +++
7 files changed, 2226 insertions(+), 13 deletions(-)
create mode 100644 include/tvm/auto_scheduler/feature.h
create mode 100644 python/tvm/auto_scheduler/feature.py
create mode 100644 src/auto_scheduler/feature.cc
create mode 100644 tests/python/unittest/test_auto_scheduler_feature.py