fix: update cmake (#8817)
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user