Skip to content

Commit 9b6bb06

Browse files
slarenarthw
authored andcommitted
ggml : move common CPU backend impl to new header (ggml-org#9509)
1 parent 7b7f925 commit 9b6bb06

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)