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 9252dc5 commit a8a5a02Copy full SHA for a8a5a02
CMakeLists.txt
@@ -409,7 +409,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
409
list(APPEND VLLM_GPU_FLAGS "-DENABLE_SCALED_MM_C2X=1")
410
message(STATUS "Building scaled_mm_c2x for archs: ${SCALED_MM_2X_ARCHS}")
411
else()
412
- if (SCALED_MM_2X_ARCHS)
+ if (SCALED_MM_3X_ARCHS)
413
message(STATUS "Not building scaled_mm_c2x as all archs are already built"
414
" for and covered by scaled_mm_c3x")
415
0 commit comments