From e9d670e203c814f390e16c06c979242f6beda0bb Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sun, 31 May 2026 15:10:48 +0800 Subject: [PATCH] solve some warnings --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b399b59ea..83275f093 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,7 @@ if (LLAMA_CUBLAS) if (CUDAToolkit_FOUND) message(STATUS "cuBLAS found") - add_compile_options("$<$:-Xcudafe;--diag_suppress=177>") + add_compile_options("$<$:-Xcudafe=--diag_suppress=177,--diag_suppress=550>") enable_language(CUDA)