ggml : move common CPU backend impl to new header (#9509)

This commit is contained in:
slaren 2024-09-16 16:22:07 +02:00 committed by GitHub
parent acb2c32c33
commit 23e0d70bac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 631 additions and 609 deletions

View file

@ -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"