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 2022/06/11 02:52:37 UTC

[tvm] branch main updated (50c6a9896d -> dfc8e95604)

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 50c6a9896d [MetaSchedule] Generate MetaSchedule Dataset (#11641)
     add dfc8e95604 [BYOC] Make CUTLASS BYOC integration 'Collage friendly'   (#11631)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/cutlass/__init__.py             |   2 +-
 python/tvm/contrib/cutlass/build.py                | 385 +++++++++++++--------
 python/tvm/contrib/cutlass/gen_tensor_op.py        |   4 +-
 python/tvm/relay/op/contrib/cutlass.py             |  17 +-
 python/tvm/testing/utils.py                        |   3 +
 src/relay/backend/contrib/cutlass/codegen.cc       | 138 ++++++--
 .../{cublas/target.cc => cutlass/codegen.h}        |  26 +-
 src/relay/backend/contrib/cutlass/target.cc        |  33 +-
 tests/python/contrib/test_cutlass.py               |  99 +++---
 9 files changed, 474 insertions(+), 233 deletions(-)
 copy src/relay/backend/contrib/{cublas/target.cc => cutlass/codegen.h} (55%)