Skip to content

Commit 05c2f76

Browse files
committed
Fix clang-tidy warnings
1 parent a21e930 commit 05c2f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ static void llama_model_load_internal(
10111011
}
10121012
}
10131013

1014-
#ifdef defined(GGML_USE_CUBLAS)
1014+
#if defined(GGML_USE_CUBLAS)
10151015
#define LLAMA_BACKEND_OFFLOAD GGML_BACKEND_CUDA
10161016
#elif defined(GGML_USE_CLBLAST)
10171017
#define LLAMA_BACKEND_OFFLOAD GGML_BACKEND_CL

0 commit comments

Comments
 (0)