Skip to content

Commit 6ca3499

Browse files
committed
ggml.c fix
1 parent 770e674 commit 6ca3499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml.c

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ inline static void* ggml_aligned_malloc(size_t size) {
252252
#else
253253
#include <cblas.h>
254254
#endif
255+
#endif
255256
#if defined(GGML_USE_CUBLAS)
256257
#include "ggml-cuda.h"
257258
#endif

0 commit comments

Comments
 (0)