Skip to content

Commit

Permalink
ggml : move common CPU backend impl to new header (ggerganov#9509)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored Sep 16, 2024
1 parent acb2c32 commit 23e0d70
Show file tree
Hide file tree
Showing 6 changed files with 631 additions and 609 deletions.
1 change: 1 addition & 0 deletions ggml/src/ggml-aarch64.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "ggml-quants.h"
#include "ggml-impl.h"
#include "ggml-cpu-impl.h"

#include <math.h>
#include <string.h>
Expand Down
Loading

0 comments on commit 23e0d70

Please sign in to comment.