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
|
@ -50,6 +50,7 @@
|
|||
|
||||
#include "sgemm.h"
|
||||
#include "ggml-impl.h"
|
||||
#include "ggml-cpu-impl.h"
|
||||
#include "ggml-quants.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue