ggml : move sgemm sources to llamafile subfolder (llama/8394)

ggml-ci
This commit is contained in:
Georgi Gerganov
2024-07-10 15:23:29 +03:00
parent 5498b0e6c0
commit db0ea7a2f2
3 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,6 @@
#include "ggml.h"
#include "ggml-aarch64.h"
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h> // using malloc.h with MSC/MINGW
#elif !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
@ -43,7 +42,7 @@
#endif
#ifdef GGML_USE_LLAMAFILE
#include "sgemm.h"
#include <llamafile/sgemm.h>
#endif
#if defined(_MSC_VER)