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/01/26 06:43:51 UTC

[tvm] branch main updated (2830c96 -> 1b9b05e)

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 2830c96  [skip ci][Docker, CI] Update DGL installation, temp disable DGL tutorial (#10067)
     add 1b9b05e  [CUTLASS] Profile only the largest-possible alignment by default (#10036)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/cutlass/build.py         | 46 +++++++++++++++++---------
 python/tvm/contrib/cutlass/gen_conv2d.py    | 36 ++++++++++-----------
 python/tvm/contrib/cutlass/gen_gemm.py      | 50 ++++++++++++++++-------------
 python/tvm/contrib/cutlass/gen_tensor_op.py | 44 +++++++++++++++++++++----
 python/tvm/runtime/module.py                |  6 ++--
 tests/python/contrib/test_cutlass.py        |  8 ++++-
 6 files changed, 124 insertions(+), 66 deletions(-)