Signed-off-by: Lucas Wilkinson <lwilkinson@neuralmagic.com>
This commit is contained in:
Lucas Wilkinson 2025-05-16 20:54:49 +00:00
parent bf75539f9e
commit 09acadf893

View File

@ -308,7 +308,6 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
# are not supported by Machete yet. # are not supported by Machete yet.
# 9.0 for latest bf16 atomicAdd PTX # 9.0 for latest bf16 atomicAdd PTX
# Marlin kernels: generate and build for supported architectures # Marlin kernels: generate and build for supported architectures
cuda_archs_loose_intersection(MARLIN_ARCHS "8.0+PTX" "${CUDA_ARCHS}")
optional_cuda_sources( optional_cuda_sources(
NAME Marlin NAME Marlin
ARCHS "8.0;9.0+PTX" ARCHS "8.0;9.0+PTX"