Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
8e8545ca
Unverified
Commit
8e8545ca
authored
Aug 05, 2025
by
Yineng Zhang
Committed by
GitHub
Aug 05, 2025
Browse files
fix: update cmake (#8817)
parent
a4b0d5c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
sgl-kernel/CMakeLists.txt
sgl-kernel/CMakeLists.txt
+3
-0
No files found.
sgl-kernel/CMakeLists.txt
View file @
8e8545ca
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment