Update CUTLASS. Refine KernelSchedule for fp8 (grouped) gemm. (#10491)

This commit is contained in:
Qi Yuhang
2025-09-16 17:47:37 +08:00
committed by GitHub
parent c0c6f543e4
commit 9b876889b7
3 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ include(FetchContent)
FetchContent_Declare(
repo-cutlass
GIT_REPOSITORY https://github.com/NVIDIA/cutlass
GIT_TAG a49a78ffefc86a87160dfe0ccc3a3a2d1622c918
GIT_TAG 57e3cfb47a2d9e0d46eb6335c3dc411498efa198
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-cutlass)