Skip to content

Commit 122d7c6

Browse files
committed
allow using the allocator with opencl
1 parent aade555 commit 122d7c6

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
@@ -56,7 +56,7 @@
5656
#pragma warning(disable: 4244 4267) // possible loss of data
5757
#endif
5858

59-
#if !defined(GGML_USE_CUBLAS) && !defined(GGML_USE_CLBLAST) && !defined(GGML_USE_METAL)
59+
#if !defined(GGML_USE_CUBLAS) && !defined(GGML_USE_METAL)
6060
# include "ggml-alloc.h"
6161
# define LLAMA_USE_ALLOCATOR
6262
#else

0 commit comments

Comments
 (0)