chore: upgrade cutlass 3.9.2 (#6004)

Co-authored-by: yizhang2077 <1109276519@qq.com>
This commit is contained in:
Yineng Zhang
2025-05-06 13:34:08 -07:00
committed by GitHub
parent bdd17998e6
commit 6f56614734
2 changed files with 11 additions and 10 deletions

View File

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