From a729e7cb31078ceb88e362d1743f6ea0a003ffe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Trifir=C3=B2?= Date: Fri, 25 Jul 2025 10:19:56 +0200 Subject: [PATCH] cmake: get rid of empty VLLM_FA_GPU_ARCHES variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniele Trifirò --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d47298cbd..0194cc1c5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -230,7 +230,7 @@ if (FA3_ENABLED AND ${CMAKE_CUDA_COMPILER_VERSION} GREATER_EQUAL 12.0) hopper/flash_api_torch_lib.cpp ${FA3_GEN_SRCS} COMPILE_FLAGS ${VLLM_FA_GPU_FLAGS} - ARCHITECTURES ${VLLM_FA_GPU_ARCHES} + ARCHITECTURES "" # LucasW: this is ignored for cuda and set on a per-file basis USE_SABI 3 WITH_SOABI)