update lite, try support k80

This commit is contained in:
Concedo 2023-07-23 21:50:35 +08:00
parent 2e84eac7f6
commit c28ab4e1b7
2 changed files with 4 additions and 3 deletions

View file

@ -99,7 +99,7 @@ if (LLAMA_CUBLAS)
if (LLAMA_CUDA_DMMV_F16)
set(CMAKE_CUDA_ARCHITECTURES "60;61") # needed for f16 CUDA intrinsics
else()
set(CMAKE_CUDA_ARCHITECTURES "52;61") # lowest CUDA 12 standard + lowest for integer intrinsics
set(CMAKE_CUDA_ARCHITECTURES "37;86") # lowest CUDA 12 standard + lowest for integer intrinsics
endif()
endif()
message(STATUS "Using CUDA architectures: ${CMAKE_CUDA_ARCHITECTURES}")

File diff suppressed because one or more lines are too long