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/12/03 14:17:45 UTC

[tvm] branch main updated (22a0877 -> 3afde62)

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

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


    from 22a0877  Fix trt Test (#7016)
     add 3afde62  [AutoScheduler] Add a tutorial on auto-scheduling a network for x86 CPU (#7019)

No new revisions were added by this update.

Summary of changes:
 docs/dev/convert_layout.rst                        |   1 +
 python/tvm/auto_scheduler/measure.py               |   4 +
 .../ci_logs/resnet-18-NHWC-B1-cuda.json            |  26 +++++
 .../auto_scheduler/ci_logs/resnet-18-NHWC-B1.json  |  26 -----
 .../ci_logs/resnet-50-NHWC-B1-llvm.json            |  31 ++++++
 tutorials/auto_scheduler/tune_network_cuda.py      |  21 ++--
 .../{tune_network_cuda.py => tune_network_x86.py}  | 108 ++++++++++-----------
 7 files changed, 127 insertions(+), 90 deletions(-)
 create mode 100644 tutorials/auto_scheduler/ci_logs/resnet-18-NHWC-B1-cuda.json
 delete mode 100644 tutorials/auto_scheduler/ci_logs/resnet-18-NHWC-B1.json
 create mode 100644 tutorials/auto_scheduler/ci_logs/resnet-50-NHWC-B1-llvm.json
 copy tutorials/auto_scheduler/{tune_network_cuda.py => tune_network_x86.py} (76%)