Skip to content

Commit 325756d

Browse files
committed
ggml : resolve merge (ggml/0)
ggml-ci
1 parent fed0108 commit 325756d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ggml.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "ggml-impl.h"
55
#include "ggml-quants.h"
66
#include "ggml.h"
7-
#include "sgemm.h"
87

98
#if defined(_MSC_VER) || defined(__MINGW32__)
109
#include <malloc.h> // using malloc.h with MSC/MINGW
@@ -37,6 +36,10 @@
3736
#undef GGML_USE_LLAMAFILE
3837
#endif
3938

39+
#ifdef GGML_USE_LLAMAFILE
40+
#include "sgemm.h"
41+
#endif
42+
4043
#if defined(_MSC_VER)
4144
// disable "possible loss of data" to avoid hundreds of casts
4245
// we should just be careful :)

0 commit comments

Comments
 (0)