mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-07-10 01:18:32 +00:00
solve some warnings
This commit is contained in:
parent
2f100fe3d1
commit
e9d670e203
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ if (LLAMA_CUBLAS)
|
|||
if (CUDAToolkit_FOUND)
|
||||
message(STATUS "cuBLAS found")
|
||||
|
||||
add_compile_options("$<$<COMPILE_LANGUAGE:CUDA>:-Xcudafe;--diag_suppress=177>")
|
||||
add_compile_options("$<$<COMPILE_LANGUAGE:CUDA>:-Xcudafe=--diag_suppress=177,--diag_suppress=550>")
|
||||
|
||||
enable_language(CUDA)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue