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 fed0108 commit 325756dCopy full SHA for 325756d
ggml.c
@@ -4,7 +4,6 @@
4
#include "ggml-impl.h"
5
#include "ggml-quants.h"
6
#include "ggml.h"
7
-#include "sgemm.h"
8
9
#if defined(_MSC_VER) || defined(__MINGW32__)
10
#include <malloc.h> // using malloc.h with MSC/MINGW
@@ -37,6 +36,10 @@
37
36
#undef GGML_USE_LLAMAFILE
38
#endif
39
+#ifdef GGML_USE_LLAMAFILE
40
+#include "sgemm.h"
41
+#endif
42
+
43
#if defined(_MSC_VER)
44
// disable "possible loss of data" to avoid hundreds of casts
45
// we should just be careful :)
0 commit comments