@@ -22,7 +22,7 @@ set(ignoreMe "${VLLM_PYTHON_PATH}")
2222set (PYTHON_SUPPORTED_VERSIONS "3.8" "3.9" "3.10" "3.11" "3.12" )
2323
2424# Supported NVIDIA architectures.
25- set (CUDA_SUPPORTED_ARCHS "8.0;8.6;8.9;9.0" )
25+ set (CUDA_SUPPORTED_ARCHS "8.0;8.6;8.9;9.0;10.0;10.1;12.0 " )
2626
2727# Supported AMD GPU architectures.
2828set (HIP_SUPPORTED_ARCHS "gfx906;gfx908;gfx90a;gfx940;gfx941;gfx942;gfx1030;gfx1100" )
@@ -132,7 +132,7 @@ if (FA2_ENABLED)
132132
133133 # For CUDA we set the architectures on a per file basis
134134 if (VLLM_GPU_LANG STREQUAL "CUDA" )
135- cuda_archs_loose_intersection(FA2_ARCHS "8.0;9.0" "${CUDA_ARCHS} " )
135+ cuda_archs_loose_intersection(FA2_ARCHS "8.0;9.0;10.0;10.1;12.0 " "${CUDA_ARCHS} " )
136136 message (STATUS "FA2_ARCHS: ${FA2_ARCHS} " )
137137
138138 set_gencode_flags_for_srcs(
@@ -196,8 +196,9 @@ if (FA3_ENABLED AND ${CMAKE_CUDA_COMPILER_VERSION} GREATER_EQUAL 12.0)
196196 set (FA3_GEN_SRCS ${FA3_BF16_GEN_SRCS} ${FA3_FP16_GEN_SRCS} )
197197
198198 # For CUDA we set the architectures on a per file basis
199+ # FaV3 is not yet supported in Blackwell
199200 if (VLLM_GPU_LANG STREQUAL "CUDA" )
200- cuda_archs_loose_intersection(FA3_ARCHS "8.0;9.0a" "${CUDA_ARCHS} " )
201+ cuda_archs_loose_intersection(FA3_ARCHS "8.0;9.0a; " "${CUDA_ARCHS} " )
201202 message (STATUS "FA3_ARCHS: ${FA3_ARCHS} " )
202203
203204 set_gencode_flags_for_srcs(
0 commit comments