We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d21fa1 commit 533c217Copy full SHA for 533c217
CMakeLists.txt
@@ -200,7 +200,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
200
# The CUTLASS kernels for Hopper require sm90a to be enabled.
201
# This is done via the below gencode option, BUT that creates kernels for both sm90 and sm90a.
202
# That adds an extra 17MB to compiled binary, so instead we selectively enable it.
203
- if(${CMAKE_CUDA_COMPILER_VERSION} VERSION_GREATER 11)
+ if(${CMAKE_CUDA_COMPILER_VERSION} VERSION_GREATER 12.0)
204
set_source_files_properties(
205
"csrc/quantization/cutlass_w8a8/scaled_mm_dq_c3x.cu"
206
PROPERTIES
0 commit comments