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
f62cad64
Unverified
Commit
f62cad64
authored
May 04, 2025
by
Tyler Michael Smith
Committed by
GitHub
May 04, 2025
Browse files
[Build/CI] Upgrade CUTLASS to 3.9.2 (#17641)
Signed-off-by:
Tyler Michael Smith
<
tyler@neuralmagic.com
>
parent
5394ad73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
f62cad64
...
...
@@ -250,7 +250,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
SET
(
CUTLASS_ENABLE_HEADERS_ONLY ON CACHE BOOL
"Enable only the header library"
)
# Set CUTLASS_REVISION. Used for FetchContent. Also fixes some bogus messages when building.
set
(
CUTLASS_REVISION
"v3.9.
1
"
CACHE STRING
"CUTLASS revision to use"
)
set
(
CUTLASS_REVISION
"v3.9.
2
"
CACHE STRING
"CUTLASS revision to use"
)
# Use the specified CUTLASS source directory for compilation if VLLM_CUTLASS_SRC_DIR is provided
if
(
DEFINED ENV{VLLM_CUTLASS_SRC_DIR}
)
...
...
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