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
fc8c8e50
Unverified
Commit
fc8c8e50
authored
Aug 04, 2025
by
Qiaolin Yu
Committed by
GitHub
Aug 04, 2025
Browse files
Integrate triton_kernels in sgl-kernel (#8762)
parent
9bd4872a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
sgl-kernel/CMakeLists.txt
sgl-kernel/CMakeLists.txt
+16
-0
No files found.
sgl-kernel/CMakeLists.txt
View file @
fc8c8e50
...
@@ -66,6 +66,16 @@ FetchContent_Declare(
...
@@ -66,6 +66,16 @@ FetchContent_Declare(
GIT_SHALLOW OFF
GIT_SHALLOW OFF
)
)
FetchContent_Populate
(
repo-deepgemm
)
FetchContent_Populate
(
repo-deepgemm
)
# Triton
FetchContent_Declare
(
repo-triton
GIT_REPOSITORY
"https://github.com/triton-lang/triton"
GIT_TAG 8f9f695ea8fde23a0c7c88e4ab256634ca27789f
GIT_SHALLOW OFF
)
FetchContent_Populate
(
repo-triton
)
# flashinfer
# flashinfer
FetchContent_Declare
(
FetchContent_Declare
(
repo-flashinfer
repo-flashinfer
...
@@ -413,3 +423,9 @@ install(DIRECTORY "${repo-cutlass_SOURCE_DIR}/include/cute/"
...
@@ -413,3 +423,9 @@ install(DIRECTORY "${repo-cutlass_SOURCE_DIR}/include/cute/"
install
(
DIRECTORY
"
${
repo-cutlass_SOURCE_DIR
}
/include/cutlass/"
install
(
DIRECTORY
"
${
repo-cutlass_SOURCE_DIR
}
/include/cutlass/"
DESTINATION
"deep_gemm/include/cutlass"
)
DESTINATION
"deep_gemm/include/cutlass"
)
# triton_kernels
install
(
DIRECTORY
"
${
repo-triton_SOURCE_DIR
}
/python/triton_kernels/triton_kernels/"
DESTINATION
"triton_kernels"
PATTERN
".git*"
EXCLUDE
PATTERN
"__pycache__"
EXCLUDE
)
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