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

@ -3,6 +3,7 @@
#include "ggml-quants.h"
#include "ggml-impl.h"
#include "ggml-cpu-impl.h"
#include <math.h>