]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: Add gated linear attention kernel (#11175)
authorAkarshan Biswas <redacted>
Wed, 15 Jan 2025 03:20:17 +0000 (08:50 +0530)
committerGitHub <redacted>
Wed, 15 Jan 2025 03:20:17 +0000 (11:20 +0800)
commitf446c2cf6a56a750b67c967505e717a996d2f2fd
tree1d393abd1910a4d56b7a566aa2dfb3b54f8ca992
parentb4d92a59a20eea400d8dd30844a339b76210daa0
SYCL: Add gated linear attention kernel (#11175)

* SYCL: Add Gated Linear attention kernel

* glahpp: add a space at the end of file

* gla: Put the barrier inside the main logic loop
ggml/src/ggml-sycl/backend.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/gla.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/gla.hpp [new file with mode: 0644]