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
edfe4981
Unverified
Commit
edfe4981
authored
Nov 14, 2025
by
Michael Goin
Committed by
GitHub
Nov 14, 2025
Browse files
[Bugfix] Build hadacore kernels on >SM90 (#28748)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
f05d474c
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 @
edfe4981
...
@@ -861,7 +861,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
...
@@ -861,7 +861,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
endif
()
endif
()
# Hadacore kernels
# Hadacore kernels
cuda_archs_loose_intersection
(
HADACORE_ARCHS
"8.0
;8.9;9.0
"
"
${
CUDA_ARCHS
}
"
)
cuda_archs_loose_intersection
(
HADACORE_ARCHS
"8.0
+PTX;9.0+PTX
"
"
${
CUDA_ARCHS
}
"
)
if
(
HADACORE_ARCHS
)
if
(
HADACORE_ARCHS
)
set
(
SRCS
"csrc/quantization/hadamard/hadacore/hadamard_transform_cuda.cu"
)
set
(
SRCS
"csrc/quantization/hadamard/hadacore/hadamard_transform_cuda.cu"
)
set_gencode_flags_for_srcs
(
set_gencode_flags_for_srcs
(
...
...
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