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/11/28 12:06:59 UTC

[tvm] branch main updated (093629c -> 9a9ec1a)

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 093629c  Add initial support for quantized transpose convolution in Relay (#6899)
     add 9a9ec1a  [AutoScheduler] Accelerate feature extraction for winograd (#6981)

No new revisions were added by this update.

Summary of changes:
 include/tvm/te/schedule.h                          | 12 ++++++++++++
 python/tvm/topi/utils.py                           |  2 +-
 src/auto_scheduler/compute_dag.cc                  |  2 +-
 src/auto_scheduler/feature.cc                      |  8 ++++----
 src/te/schedule/schedule_dataflow_rewrite.cc       | 22 +++++++++++++++++++---
 tutorials/auto_scheduler/tune_conv2d_layer_cuda.py |  2 +-
 tutorials/auto_scheduler/tune_network_cuda.py      |  4 ++--
 7 files changed, 40 insertions(+), 12 deletions(-)