Skip to content

Commit 23e0d70

Browse files
authored
ggml : move common CPU backend impl to new header (#9509)
1 parent acb2c32 commit 23e0d70

File tree

6 files changed

+631
-609
lines changed

6 files changed

+631
-609
lines changed

ggml/src/ggml-aarch64.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include "ggml-quants.h"
66
#include "ggml-impl.h"
7+
#include "ggml-cpu-impl.h"
78

89
#include <math.h>
910
#include <string.h>

0 commit comments

Comments
 (0)