Unverified Commit 8e8545ca authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: update cmake (#8817)

parent a4b0d5c9
...@@ -54,6 +54,9 @@ FetchContent_Populate(repo-cutlass) ...@@ -54,6 +54,9 @@ FetchContent_Populate(repo-cutlass)
if("${CUDA_VERSION}" VERSION_EQUAL "12.8") if("${CUDA_VERSION}" VERSION_EQUAL "12.8")
set(DeepGEMM_REPO "https://github.com/sgl-project/DeepGEMM") set(DeepGEMM_REPO "https://github.com/sgl-project/DeepGEMM")
set(DeepGEMM_TAG "blackwell") 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() else()
set(DeepGEMM_REPO "https://github.com/deepseek-ai/DeepGEMM") set(DeepGEMM_REPO "https://github.com/deepseek-ai/DeepGEMM")
set(DeepGEMM_TAG "391755ada0ffefa9a6a52b6f14dcaf22d1a463e0") set(DeepGEMM_TAG "391755ada0ffefa9a6a52b6f14dcaf22d1a463e0")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment