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
6c41fcf0
Unverified
Commit
6c41fcf0
authored
Apr 14, 2025
by
Yineng Zhang
Committed by
GitHub
Apr 14, 2025
Browse files
chore: upgrade DeepGEMM (#5395)
parent
ee9d6ca6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sgl-kernel/CMakeLists.txt
sgl-kernel/CMakeLists.txt
+2
-2
No files found.
sgl-kernel/CMakeLists.txt
View file @
6c41fcf0
...
...
@@ -12,7 +12,7 @@ find_package(Python COMPONENTS Interpreter Development.Module ${SKBUILD_SABI_COM
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-O3"
)
# C
uda
# C
UDA
enable_language
(
CUDA
)
find_package
(
CUDAToolkit REQUIRED
)
set_property
(
GLOBAL PROPERTY CUDA_SEPARABLE_COMPILATION ON
)
...
...
@@ -47,7 +47,7 @@ FetchContent_Populate(repo-cutlass)
FetchContent_Declare
(
repo-deepgemm
GIT_REPOSITORY https://github.com/deepseek-ai/DeepGEMM
GIT_TAG
c187c23ba8dcdbad91720737e8be9c43700cb9e9
GIT_TAG
4499c4ccbb5d3958b1a069f29ef666156a121278
GIT_SHALLOW OFF
)
FetchContent_Populate
(
repo-deepgemm
)
...
...
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