]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : move CPU backend to a separate file (llama/10144)
authorDiego Devesa <redacted>
Sun, 3 Nov 2024 18:34:08 +0000 (19:34 +0100)
committerGeorgi Gerganov <redacted>
Mon, 4 Nov 2024 17:42:09 +0000 (19:42 +0200)
commit9d0762e2af7d2bfdb4d8654f66d5a10e10160cd3
treebf7172e8aa12e5a931f3e540a8daebf701ec5585
parent59bd3c4327e1172e4b02793069654a20b08bd802
ggml : move CPU backend to a separate file (llama/10144)
14 files changed:
include/ggml-backend.h
include/ggml-cpu.h [new file with mode: 0644]
include/ggml.h
src/CMakeLists.txt
src/ggml-aarch64.c
src/ggml-backend.cpp
src/ggml-cpu.c [new file with mode: 0644]
src/ggml-impl.h
src/ggml-rpc.cpp
src/ggml.c
tests/test-backend-ops.cpp
tests/test-grad0.cpp
tests/test-quantize-fns.cpp
tests/test-quantize-perf.cpp