]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
SYCL: Add gated linear attention kernel (llama/11175)
authorAkarshan Biswas <redacted>
Wed, 15 Jan 2025 03:20:17 +0000 (08:50 +0530)
committerGeorgi Gerganov <redacted>
Wed, 29 Jan 2025 10:57:00 +0000 (12:57 +0200)
commit12804ccac3fd677282689fabf13a7f07b26f5c84
tree68cd9e7f8749d23e0b95d39f47b40dfa5e598694
parent32f0b85987396945afea2291d5f4c5862434292b
SYCL: Add gated linear attention kernel (llama/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
src/ggml-sycl/backend.hpp
src/ggml-sycl/ggml-sycl.cpp
src/ggml-sycl/gla.cpp [new file with mode: 0644]
src/ggml-sycl/gla.hpp [new file with mode: 0644]