ggml: new optimization interface (ggml/988)

This commit is contained in:
Johannes Gäßler 2024-11-16 22:17:59 +02:00 committed by Georgi Gerganov
parent 5c9a8b22b1
commit 8a43e940ab
15 changed files with 2663 additions and 1633 deletions

View file

@ -207,9 +207,11 @@ add_library(ggml-base
../include/ggml-alloc.h
../include/ggml-backend.h
../include/ggml-cpp.h
../include/ggml-opt.h
ggml.c
ggml-alloc.c
ggml-backend.cpp
ggml-opt.cpp
ggml-threading.cpp
ggml-threading.h
ggml-quants.c