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
10f01d5a
Unverified
Commit
10f01d5a
authored
Nov 12, 2025
by
Michael Goin
Committed by
GitHub
Nov 12, 2025
Browse files
[Bugfix] Adjust Marlin CUDA arch selection to 8.0+PTX;9.0+PTX (#28294)
parent
3eb0c267
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
10f01d5a
...
@@ -331,7 +331,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
...
@@ -331,7 +331,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
# Keep building Marlin for 9.0 as there are some group sizes and shapes that
# Keep building Marlin for 9.0 as there are some group sizes and shapes that
# are not supported by Machete yet.
# are not supported by Machete yet.
# 9.0 for latest bf16 atomicAdd PTX
# 9.0 for latest bf16 atomicAdd PTX
cuda_archs_loose_intersection
(
MARLIN_ARCHS
"8.0
;8.7
;9.0+PTX"
"
${
CUDA_ARCHS
}
"
)
cuda_archs_loose_intersection
(
MARLIN_ARCHS
"8.0
+PTX
;9.0+PTX"
"
${
CUDA_ARCHS
}
"
)
if
(
MARLIN_ARCHS
)
if
(
MARLIN_ARCHS
)
#
#
...
@@ -915,7 +915,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
...
@@ -915,7 +915,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
list
(
APPEND VLLM_MOE_EXT_SRC
"
${
VLLM_MOE_WNA16_SRC
}
"
)
list
(
APPEND VLLM_MOE_EXT_SRC
"
${
VLLM_MOE_WNA16_SRC
}
"
)
# 9.0 for latest bf16 atomicAdd PTX
# 9.0 for latest bf16 atomicAdd PTX
cuda_archs_loose_intersection
(
MARLIN_MOE_ARCHS
"8.0
;8.7
;9.0+PTX"
"
${
CUDA_ARCHS
}
"
)
cuda_archs_loose_intersection
(
MARLIN_MOE_ARCHS
"8.0
+PTX
;9.0+PTX"
"
${
CUDA_ARCHS
}
"
)
if
(
MARLIN_MOE_ARCHS
)
if
(
MARLIN_MOE_ARCHS
)
#
#
...
...
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