]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] Add SYCL Backend registry, device and Event Interfaces (#9705)
authorOuadie EL FAROUKI <redacted>
Fri, 18 Oct 2024 05:46:16 +0000 (06:46 +0100)
committerGitHub <redacted>
Fri, 18 Oct 2024 05:46:16 +0000 (06:46 +0100)
commit87421a23e8c60e00a7b227d501e8aab2a1aff7ce
tree6724a147fffe586c79dc1ea267ec1ed1e3b33e42
parent60ce97c9d809f4b040e90b597468b839df5728d0
[SYCL] Add SYCL Backend registry, device and Event Interfaces (#9705)

* implemented missing SYCL event APIs

* sycl : Added device and backend reg interfaces

* Restructured ggml-sycl.cpp
examples/llama-bench/llama-bench.cpp
ggml/include/ggml-sycl.h
ggml/src/ggml-backend.cpp
ggml/src/ggml-sycl.cpp
src/llama.cpp