Fix cutlass sm_90a vesrion in CMakeList
This commit is contained in:
parent
6d21fa1cad
commit
533c217792
@ -200,7 +200,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
|
||||
# The CUTLASS kernels for Hopper require sm90a to be enabled.
|
||||
# This is done via the below gencode option, BUT that creates kernels for both sm90 and sm90a.
|
||||
# That adds an extra 17MB to compiled binary, so instead we selectively enable it.
|
||||
if(${CMAKE_CUDA_COMPILER_VERSION} VERSION_GREATER 11)
|
||||
if(${CMAKE_CUDA_COMPILER_VERSION} VERSION_GREATER 12.0)
|
||||
set_source_files_properties(
|
||||
"csrc/quantization/cutlass_w8a8/scaled_mm_dq_c3x.cu"
|
||||
PROPERTIES
|
||||
|
||||
Loading…
Reference in New Issue
Block a user