fix: update cmake (#8817)

This commit is contained in:
Yineng Zhang
2025-08-05 09:38:30 -07:00
committed by GitHub
parent a4b0d5c9e5
commit 8e8545caf6

View File

@@ -54,6 +54,9 @@ FetchContent_Populate(repo-cutlass)
if("${CUDA_VERSION}" VERSION_EQUAL "12.8")
set(DeepGEMM_REPO "https://github.com/sgl-project/DeepGEMM")
set(DeepGEMM_TAG "blackwell")
elseif("${CUDA_VERSION}" VERSION_EQUAL "12.9")
set(DeepGEMM_REPO "https://github.com/sgl-project/DeepGEMM")
set(DeepGEMM_TAG "blackwell")
else()
set(DeepGEMM_REPO "https://github.com/deepseek-ai/DeepGEMM")
set(DeepGEMM_TAG "391755ada0ffefa9a6a52b6f14dcaf22d1a463e0")