Upgrade CUTLASS 4.0 (#6336)

Co-authored-by: zhyncs <me@zhyncs.com>
This commit is contained in:
Elfie Guo
2025-05-15 17:42:23 -07:00
committed by GitHub
parent e07a6977e7
commit c23a7072b6
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ include(FetchContent)
FetchContent_Declare(
repo-cutlass
GIT_REPOSITORY https://github.com/NVIDIA/cutlass
GIT_TAG ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e
GIT_TAG f115c3f85467d5d9619119d1dbeb9c03c3d73864
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-cutlass)