]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml-backend : add device and backend reg interfaces (llama/9707)
authorDiego Devesa <redacted>
Wed, 2 Oct 2024 23:49:47 +0000 (01:49 +0200)
committerGeorgi Gerganov <redacted>
Thu, 3 Oct 2024 19:12:49 +0000 (22:12 +0300)
commit75c806fd93b0dde6297e4b4284bfdd7abe8317ab
tree5dee8cac5b20406196b2ba883392dc499c2d30c5
parent618d765b2cb230c310b4c4c6bfb6e37a52a19772
ggml-backend : add device and backend reg interfaces (llama/9707)

Co-authored-by: Johannes Gäßler <redacted>
22 files changed:
include/ggml-backend.h
include/ggml-blas.h
include/ggml-cann.h
include/ggml-cuda.h
include/ggml-metal.h
include/ggml-rpc.h
include/ggml-sycl.h
include/ggml-vulkan.h
include/ggml.h
src/CMakeLists.txt
src/ggml-backend-impl.h
src/ggml-backend.cpp [new file with mode: 0644]
src/ggml-blas.cpp
src/ggml-cann.cpp
src/ggml-cuda.cu
src/ggml-kompute.cpp
src/ggml-metal.m
src/ggml-rpc.cpp
src/ggml-sycl.cpp
src/ggml-vulkan.cpp
src/ggml.c
tests/test-backend-ops.cpp