Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3dda7c22
Unverified
Commit
3dda7c22
authored
Sep 22, 2024
by
Tyler Michael Smith
Committed by
GitHub
Sep 22, 2024
Browse files
[Bugfix] Avoid some bogus messages RE CUTLASS's revision when building (#8702)
parent
92ba7e74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
CMakeLists.txt
+4
-0
No files found.
CMakeLists.txt
View file @
3dda7c22
...
@@ -192,6 +192,10 @@ set(VLLM_EXT_SRC
...
@@ -192,6 +192,10 @@ set(VLLM_EXT_SRC
if
(
VLLM_GPU_LANG STREQUAL
"CUDA"
)
if
(
VLLM_GPU_LANG STREQUAL
"CUDA"
)
SET
(
CUTLASS_ENABLE_HEADERS_ONLY ON CACHE BOOL
"Enable only the header library"
)
SET
(
CUTLASS_ENABLE_HEADERS_ONLY ON CACHE BOOL
"Enable only the header library"
)
# Set CUTLASS_REVISION manually -- its revision detection doesn't work in this case.
set
(
CUTLASS_REVISION
"v3.5.1"
CACHE STRING
"CUTLASS revision to use"
)
FetchContent_Declare
(
FetchContent_Declare
(
cutlass
cutlass
GIT_REPOSITORY https://github.com/nvidia/cutlass.git
GIT_REPOSITORY https://github.com/nvidia/cutlass.git
...
...
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