File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -542,10 +542,10 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
542
542
543
543
# CUTLASS MoE kernels
544
544
545
- # The MoE kernel cutlass_moe_mm requires CUDA 12.3 or later (and only works
545
+ # The MoE kernel cutlass_moe_mm requires CUDA 12.3 or later (and ONLY works
546
546
# on Hopper). get_cutlass_(pplx_)moe_mm_data should only be compiled
547
547
# if it's possible to compile MoE kernels that use its output.
548
- cuda_archs_loose_intersection (SCALED_MM_ARCHS "9.0a;10.0a " "${CUDA_ARCHS} " )
548
+ cuda_archs_loose_intersection (SCALED_MM_ARCHS "9.0a" "${CUDA_ARCHS} " )
549
549
if (${CMAKE_CUDA_COMPILER_VERSION} VERSION_GREATER_EQUAL 12.3 AND SCALED_MM_ARCHS )
550
550
set (SRCS "csrc/quantization/cutlass_w8a8/moe/grouped_mm_c3x.cu"
551
551
"csrc/quantization/cutlass_w8a8/moe/moe_data.cu" )
You can’t perform that action at this time.
0 commit comments