cutlass 3.9 supported to improve fp8_blockwise_gemm (#5820)

This commit is contained in:
Xiaoyu Zhang
2025-04-29 12:52:36 +08:00
committed by GitHub
parent 8d463fe351
commit 5bb0accbcf
2 changed files with 18 additions and 27 deletions

View File

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