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
22c2a79d
Unverified
Commit
22c2a79d
authored
Apr 17, 2025
by
Michael Yao
Committed by
GitHub
Apr 17, 2025
Browse files
Fix a link in sgl-kernel/README.md (#5493)
parent
8beb356f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sgl-kernel/README.md
sgl-kernel/README.md
+1
-1
No files found.
sgl-kernel/README.md
View file @
22c2a79d
...
...
@@ -47,7 +47,7 @@ Steps to add a new kernel:
1.
Implement the kernel in
[
csrc
](
https://github.com/sgl-project/sglang/tree/main/sgl-kernel/csrc
)
2.
Expose the interface in
[
include/sgl_kernel_ops.h
](
https://github.com/sgl-project/sglang/blob/main/sgl-kernel/include/sgl_kernel_ops.h
)
3.
Create torch extension in
[
csrc/
torch
_extension.cc
](
https://github.com/sgl-project/sglang/blob/main/sgl-kernel/csrc/
torch
_extension.cc
)
3.
Create torch extension in
[
csrc/
common
_extension.cc
](
https://github.com/sgl-project/sglang/blob/main/sgl-kernel/csrc/
common
_extension.cc
)
4.
Update
[
CMakeLists.txt
](
https://github.com/sgl-project/sglang/blob/main/sgl-kernel/CMakeLists.txt
)
to include new CUDA source
5.
Expose Python interface in
[
python
](
https://github.com/sgl-project/sglang/blob/main/sgl-kernel/python/sgl_kernel
)
...
...
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