Skip to content

Commit baf2c2d

Browse files
committed
Fix clang-tidy warnings
1 parent 34b283d commit baf2c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
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)