You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/12/14 03:59:08 UTC

[tvm] branch main updated (4e70931 -> d1dafbd)

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

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


    from 4e70931  [BugFix] Fix a wrong use of `std::move()` in cross-thread reduction lowering (#9728)
     add d1dafbd  [CUTLASS] More robust support for pattern matching and alignment (#9698)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/cutlass/gen_conv2d.py    | 12 ++---
 python/tvm/contrib/cutlass/gen_gemm.py      | 21 ++++----
 python/tvm/contrib/cutlass/gen_tensor_op.py |  4 +-
 python/tvm/relay/op/contrib/cutlass.py      | 81 +++++++++++++++++++++++++----
 python/tvm/topi/cuda/conv2d_alter_op.py     |  4 ++
 tests/python/contrib/test_cutlass.py        | 71 +++++++++++++++----------
 6 files changed, 139 insertions(+), 54 deletions(-)