Update cutlass dependency. (#5447)

This commit is contained in:
Elfie Guo
2025-04-15 23:28:04 -07:00
committed by GitHub
parent 06a1656e02
commit 85ec0440a5

View File

@@ -43,7 +43,7 @@ include(FetchContent)
FetchContent_Declare(
repo-cutlass
GIT_REPOSITORY https://github.com/NVIDIA/cutlass
GIT_TAG df8a550d3917b0e97f416b2ed8c2d786f7f686a3
GIT_TAG 5e497243f7ad13a2aa842143f9b10bbb23d98292
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-cutlass)