ggml: remove dependency on ggml-cpu from ggml-base

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo
2025-06-24 23:09:15 +08:00
parent 1e6ebb2b1b
commit 64568ffb2d

View File

@@ -2,7 +2,6 @@
#define _USE_MATH_DEFINES // For M_PI on MSVC
#include "ggml-backend.h"
#include "ggml-cpu/simd-mappings.h"
#include "ggml-impl.h"
#include "ggml-threading.h"
#include "ggml-cpu.h"