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
df84ab2a
Unverified
Commit
df84ab2a
authored
Mar 09, 2025
by
Yineng Zhang
Committed by
GitHub
Mar 09, 2025
Browse files
update sgl-kernel 3rdparty (#4228)
parent
34c88987
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
9 deletions
+1
-9
.gitmodules
.gitmodules
+0
-3
sgl-kernel/3rdparty/cutlass
sgl-kernel/3rdparty/cutlass
+1
-1
sgl-kernel/3rdparty/turbomind
sgl-kernel/3rdparty/turbomind
+0
-1
sgl-kernel/README.md
sgl-kernel/README.md
+0
-1
sgl-kernel/setup.py
sgl-kernel/setup.py
+0
-3
No files found.
.gitmodules
View file @
df84ab2a
...
...
@@ -7,6 +7,3 @@
[submodule "sgl-kernel/3rdparty/flashinfer"]
path = sgl-kernel/3rdparty/flashinfer
url = https://github.com/flashinfer-ai/flashinfer.git
[submodule "sgl-kernel/3rdparty/turbomind"]
path = sgl-kernel/3rdparty/turbomind
url = https://github.com/InternLM/turbomind
cutlass
@
df18f5e4
Compare
ca4fdbea
...
df18f5e4
Subproject commit
ca4fdbea708ad940c905359788372b8add9f85e
0
Subproject commit
df18f5e4f5de76bed8be1de8e4c245f2f5ec302
0
turbomind
@
0c9d0c72
Compare
0c9d0c72
...
0c9d0c72
Subproject commit 0c9d0c724a99974ca3af0c12b24ef8a0444c4fd9
sgl-kernel/README.md
View file @
df84ab2a
...
...
@@ -39,7 +39,6 @@ Third-party libraries:
-
[
CCCL
](
https://github.com/NVIDIA/cccl
)
-
[
CUTLASS
](
https://github.com/NVIDIA/cutlass
)
-
[
FlashInfer
](
https://github.com/flashinfer-ai/flashinfer
)
-
[
TurboMind
](
https://github.com/InternLM/turbomind
)
### Kernel Development
...
...
sgl-kernel/setup.py
View file @
df84ab2a
...
...
@@ -52,7 +52,6 @@ operator_namespace = "sgl_kernel"
cutlass_default
=
root
/
"3rdparty"
/
"cutlass"
cutlass
=
Path
(
os
.
environ
.
get
(
"CUSTOM_CUTLASS_SRC_DIR"
,
default
=
cutlass_default
))
flashinfer
=
root
/
"3rdparty"
/
"flashinfer"
turbomind
=
root
/
"3rdparty"
/
"turbomind"
include_dirs
=
[
root
/
"include"
,
root
/
"csrc"
,
...
...
@@ -62,8 +61,6 @@ include_dirs = [
flashinfer
.
resolve
()
/
"include"
/
"gemm"
,
flashinfer
.
resolve
()
/
"csrc"
,
"cublas"
,
turbomind
.
resolve
(),
turbomind
.
resolve
()
/
"src"
,
]
nvcc_flags
=
[
...
...
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