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
720cd308
Unverified
Commit
720cd308
authored
Aug 19, 2025
by
EduardDurech
Committed by
GitHub
Aug 18, 2025
Browse files
Add `CMakeLists.txt` binary_dir (#7019)
parent
ce67b2d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
sgl-kernel/CMakeLists.txt
sgl-kernel/CMakeLists.txt
+4
-1
No files found.
sgl-kernel/CMakeLists.txt
View file @
720cd308
...
@@ -330,7 +330,10 @@ endif()
...
@@ -330,7 +330,10 @@ endif()
set
(
MSCCLPP_USE_CUDA ON
)
set
(
MSCCLPP_USE_CUDA ON
)
set
(
MSCCLPP_BYPASS_GPU_CHECK ON
)
set
(
MSCCLPP_BYPASS_GPU_CHECK ON
)
set
(
MSCCLPP_BUILD_TESTS OFF
)
set
(
MSCCLPP_BUILD_TESTS OFF
)
add_subdirectory
(
${
repo-mscclpp_SOURCE_DIR
}
)
add_subdirectory
(
${
repo-mscclpp_SOURCE_DIR
}
${
CMAKE_CURRENT_BINARY_DIR
}
/mscclpp-build
)
target_link_libraries
(
common_ops PRIVATE
${
TORCH_LIBRARIES
}
c10 cuda cublas cublasLt mscclpp_static
)
target_link_libraries
(
common_ops PRIVATE
${
TORCH_LIBRARIES
}
c10 cuda cublas cublasLt mscclpp_static
)
# flash attention
# flash attention
...
...
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