]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : move CPU backend to a separate file (#10144)
authorDiego Devesa <redacted>
Sun, 3 Nov 2024 18:34:08 +0000 (19:34 +0100)
committerGitHub <redacted>
Sun, 3 Nov 2024 18:34:08 +0000 (19:34 +0100)
commit9f409893519b4a6def46ef80cd6f5d05ac0fb157
tree25a9331d4277995977357e00d5084405d84bb8ed
parent08828a6d7d0006a487c9655ba8ace0ebe35ecad1
ggml : move CPU backend to a separate file (#10144)
32 files changed:
Makefile
Package.swift
common/CMakeLists.txt
common/common.cpp
common/train.cpp [deleted file]
common/train.h [deleted file]
examples/CMakeLists.txt
examples/baby-llama/CMakeLists.txt [deleted file]
examples/baby-llama/baby-llama.cpp [deleted file]
examples/llava/clip.cpp
examples/rpc/rpc-server.cpp
ggml/include/ggml-backend.h
ggml/include/ggml-cpu.h [new file with mode: 0644]
ggml/include/ggml.h
ggml/src/CMakeLists.txt
ggml/src/ggml-aarch64.c
ggml/src/ggml-backend.cpp
ggml/src/ggml-cpu.c [new file with mode: 0644]
ggml/src/ggml-impl.h
ggml/src/ggml-rpc.cpp
ggml/src/ggml.c
include/llama.h
pocs/vdot/q8dot.cpp
pocs/vdot/vdot.cpp
spm-headers/ggml-cpu.h [new symlink]
src/llama.cpp
tests/test-backend-ops.cpp
tests/test-barrier.cpp
tests/test-grad0.cpp
tests/test-quantize-fns.cpp
tests/test-quantize-perf.cpp
tests/test-rope.cpp