ggml : move common CPU backend impl to new header (#9509)
This commit is contained in:
parent
acb2c32c33
commit
23e0d70bac
6 changed files with 631 additions and 609 deletions
|
@ -2,6 +2,7 @@
|
|||
#define _USE_MATH_DEFINES // For M_PI on MSVC
|
||||
|
||||
#include "ggml-impl.h"
|
||||
#include "ggml-cpu-impl.h"
|
||||
#include "ggml-quants.h"
|
||||
#include "ggml.h"
|
||||
#include "ggml-aarch64.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue