You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/08/04 00:51:09 UTC

[tvm] branch last-successful updated (df29e82629 -> 46a8498ba9)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from df29e82629 [TIR][CUDA] Fix sub-warp reduction using "max" (#12275)
     add 46a8498ba9 [MetaSchedule] Enhance Conv2d NCHW Winograd Schedule Rules (#12127)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/cuda/conv2d_winograd.py            |  10 +-
 src/meta_schedule/schedule_rule/winograd.cc        | 101 +++++++++++++
 .../unittest/test_meta_schedule_space_cuda.py      | 164 +++++++++++++++++++++
 3 files changed, 271 insertions(+), 4 deletions(-)