reenable k80

This commit is contained in:
Concedo
2025-03-07 17:28:09 +08:00
parent c55bb9a63d
commit db728c56d9
+1 -1
View File
@@ -137,7 +137,7 @@ if (LLAMA_CUBLAS)
add_compile_definitions(GGML_CUDA_USE_GRAPHS) #try enable cuda graphs on cu12 build
set(CMAKE_CUDA_ARCHITECTURES "50;61;70;75") # lowest CUDA 12 standard + lowest for integer intrinsics
else()
set(CMAKE_CUDA_ARCHITECTURES "50;61;70;75") # lowest CUDA 12 standard + lowest for integer intrinsics
set(CMAKE_CUDA_ARCHITECTURES "37;50;61;70;75") # lowest CUDA 12 standard + lowest for integer intrinsics
endif()
endif()
endif()