Skip to content

Commit 64568ff

Browse files
committed
ggml: remove dependency on ggml-cpu from ggml-base
Signed-off-by: Aaron Teo <[email protected]>
1 parent 1e6ebb2 commit 64568ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#define _USE_MATH_DEFINES // For M_PI on MSVC
33

44
#include "ggml-backend.h"
5-
#include "ggml-cpu/simd-mappings.h"
65
#include "ggml-impl.h"
76
#include "ggml-threading.h"
87
#include "ggml-cpu.h"

0 commit comments

Comments
 (0)