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 8d0dd49 commit e158452Copy full SHA for e158452
CMakeLists.txt
@@ -545,7 +545,7 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
545
# The MoE kernel cutlass_moe_mm requires CUDA 12.3 or later (and ONLY works
546
# on Hopper). get_cutlass_(pplx_)moe_mm_data should only be compiled
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}")
+ cuda_archs_loose_intersection(SCALED_MM_ARCHS "9.0a" "${CUDA_ARCHS}")
549
if(${CMAKE_CUDA_COMPILER_VERSION} VERSION_GREATER_EQUAL 12.3 AND SCALED_MM_ARCHS)
550
set(SRCS "csrc/quantization/cutlass_w8a8/moe/grouped_mm_c3x.cu"
551
"csrc/quantization/cutlass_w8a8/moe/moe_data.cu")
0 commit comments