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 1c2624e commit 5e0747dCopy full SHA for 5e0747d
CMakeLists.txt
@@ -230,7 +230,7 @@ if (FA3_ENABLED AND ${CMAKE_CUDA_COMPILER_VERSION} GREATER_EQUAL 12.0)
230
hopper/flash_api_torch_lib.cpp
231
${FA3_GEN_SRCS}
232
COMPILE_FLAGS ${VLLM_FA_GPU_FLAGS}
233
- ARCHITECTURES ${VLLM_FA_GPU_ARCHES}
+ ARCHITECTURES "" # LucasW: this is ignored for cuda and set on a per-file basis
234
USE_SABI 3
235
WITH_SOABI)
236
0 commit comments