We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bb63c commit 5a8eae1Copy full SHA for 5a8eae1
ggml.c
@@ -270,6 +270,8 @@ inline static void * ggml_calloc(size_t num, size_t size) {
270
#include <Accelerate/Accelerate.h>
271
#if defined(GGML_USE_CLBLAST) // allow usage of CLBlast alongside Accelerate functions
272
#include "ggml-opencl.h"
273
+#elif defined(GGML_USE_VULKAN)
274
+#include "ggml-vulkan.h"
275
#endif
276
#elif defined(GGML_USE_OPENBLAS)
277
#if defined(GGML_BLAS_USE_MKL)
0 commit comments