You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2020/11/17 04:10:32 UTC

[incubator-tvm] branch main updated (bed621e -> e8de2c5)

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

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


    from bed621e  [CI] Update actions miniconda (#6926)
     add e8de2c5  [AutoSchedule] Extract tasks via compile engine (#6903)

No new revisions were added by this update.

Summary of changes:
 python/tvm/auto_scheduler/__init__.py              |   2 -
 python/tvm/auto_scheduler/dispatcher.py            |  30 ++++--
 python/tvm/auto_scheduler/env.py                   |  56 ----------
 python/tvm/auto_scheduler/relay_integration.py     |  59 +++++++----
 python/tvm/auto_scheduler/workload_registry.py     |  14 ++-
 python/tvm/relay/backend/compile_engine.py         |  24 ++---
 python/tvm/relay/build_module.py                   |  15 ++-
 python/tvm/relay/op/op.py                          |  25 -----
 python/tvm/relay/op/strategy/cuda.py               |  58 +++--------
 python/tvm/topi/cuda/conv2d_alter_op.py            |   6 +-
 src/relay/backend/compile_engine.cc                |  34 +++++-
 .../relay/test_auto_scheduler_task_extraction.py   | 116 +++++++++++++++++++--
 tests/python/relay/test_auto_scheduler_tuning.py   |   8 +-
 .../auto_scheduler/ci_logs/resnet-18-NHWC-B1.json  |  45 ++++----
 tutorials/auto_scheduler/tune_network_cuda.py      |  54 +++++-----
 15 files changed, 298 insertions(+), 248 deletions(-)
 delete mode 100644 python/tvm/auto_scheduler/env.py