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 2023/06/11 05:02:51 UTC

[tvm] branch nightly updated (5fca2b2fd3 -> d8e5812db7)

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

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


    from 5fca2b2fd3 [TIR][Analysis] Handle DeclBuffer in FlopEstimator (#15052)
     add eea6268c92 [TIR] Handle DeclBuffer in Inline/ComputeAt/ReverseComputeAt (#15038)
     add dee3c2ab28 [TIR] Handle DeclBuffer in LowerCustomDatatypes (#15041)
     add d8e5812db7 [BYOC] Add GEMM kernel from FasterTransformer as submodule (#15046)

No new revisions were added by this update.

Summary of changes:
 .gitmodules                                        |   3 +
 3rdparty/cutlass_fpA_intB_gemm                     |   1 +
 CMakeLists.txt                                     |   6 +
 cmake/modules/contrib/CUTLASS.cmake                |   3 +
 ...lpack.txt => LICENSE.cutlass_fpA_intB_gemm.txt} |   5 +-
 src/tir/schedule/transform.cc                      |  28 ++-
 src/tir/transforms/ir_utils.cc                     |   5 +
 src/tir/transforms/lower_custom_datatypes.cc       |   5 +
 tests/python/unittest/test_custom_datatypes.py     | 260 ++++++++++++++-------
 .../unittest/test_tir_schedule_compute_at.py       |  99 ++++++++
 10 files changed, 318 insertions(+), 97 deletions(-)
 create mode 160000 3rdparty/cutlass_fpA_intB_gemm
 copy licenses/{LICENSE.dlpack.txt => LICENSE.cutlass_fpA_intB_gemm.txt} (99%)