]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
kompute: add backend registry / device interfaces (#10045)
authorSergio López <redacted>
Wed, 30 Oct 2024 16:01:52 +0000 (17:01 +0100)
committerGitHub <redacted>
Wed, 30 Oct 2024 16:01:52 +0000 (17:01 +0100)
commit61408e7fad082dc44a11c8a9f1398da4837aad44
tree4aeab80b5dd1aa3b411f6ec0a28ef45b28f39d58
parentb9e02e8184f5e6094a9e87eaf040becd404bfc90
kompute: add backend registry / device interfaces (#10045)

Get in line with the other backends by supporting the newer
backend/device registry interfaces.

Signed-off-by: Sergio Lopez <redacted>
ggml/include/ggml-kompute.h
ggml/src/ggml-backend.cpp
ggml/src/ggml-kompute.cpp