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
c8386fa6
Unverified
Commit
c8386fa6
authored
May 03, 2025
by
Tyler Michael Smith
Committed by
GitHub
May 02, 2025
Browse files
[Build/CI] Upgrade CUTLASS to 3.9.1 (#17602)
Signed-off-by:
Tyler Michael Smith
<
tyler@neuralmagic.com
>
parent
87baebeb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
CMakeLists.txt
CMakeLists.txt
+3
-4
No files found.
CMakeLists.txt
View file @
c8386fa6
...
...
@@ -249,9 +249,8 @@ set(VLLM_EXT_SRC
if
(
VLLM_GPU_LANG STREQUAL
"CUDA"
)
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.
# Please keep this in sync with FetchContent_Declare line below.
set
(
CUTLASS_REVISION
"v3.9.0"
CACHE STRING
"CUTLASS revision to use"
)
# 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"
)
# Use the specified CUTLASS source directory for compilation if VLLM_CUTLASS_SRC_DIR is provided
if
(
DEFINED ENV{VLLM_CUTLASS_SRC_DIR}
)
...
...
@@ -269,7 +268,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
cutlass
GIT_REPOSITORY https://github.com/nvidia/cutlass.git
# Please keep this in sync with CUTLASS_REVISION line above.
GIT_TAG
v3.9.0
GIT_TAG
${
CUTLASS_REVISION
}
GIT_PROGRESS TRUE
# Speed up CUTLASS download by retrieving only the specified GIT_TAG instead of the history.
...
...
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