allow using the allocator with opencl
This commit is contained in:
parent
8afe392398
commit
8fa548377a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
#pragma warning(disable: 4244 4267) // possible loss of data
|
||||
#endif
|
||||
|
||||
#if !defined(GGML_USE_CUBLAS) && !defined(GGML_USE_CLBLAST) && !defined(GGML_USE_METAL)
|
||||
#if !defined(GGML_USE_CUBLAS) && !defined(GGML_USE_METAL)
|
||||
# include "ggml-alloc.h"
|
||||
# define LLAMA_USE_ALLOCATOR
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue