]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml: new optimization interface (ggml/988)
authorJohannes Gäßler <redacted>
Sat, 16 Nov 2024 20:17:59 +0000 (22:17 +0200)
committerGeorgi Gerganov <redacted>
Sun, 17 Nov 2024 06:30:29 +0000 (08:30 +0200)
commit8a43e940ab0daaff198809bf9277289994ec62f5
treedf6c2204baed8c0fab338c0a3d3b5d9807b526db
parent5c9a8b22b10132db620529435e3cfa49304b65cc
ggml: new optimization interface (ggml/988)
15 files changed:
ggml/CMakeLists.txt
ggml/include/ggml-backend.h
ggml/include/ggml-opt.h [new file with mode: 0644]
ggml/include/ggml.h
ggml/src/CMakeLists.txt
ggml/src/ggml-alloc.c
ggml/src/ggml-backend.cpp
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cuda/opt-step-adamw.cu
ggml/src/ggml-impl.h
ggml/src/ggml-metal/ggml-metal.m
ggml/src/ggml-opt.cpp [new file with mode: 0644]
ggml/src/ggml.c
tests/test-backend-ops.cpp
tests/test-opt.cpp