]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
sycl: add REPEAT_BACK operation support (llama/16734)
authorshani-f <redacted>
Mon, 27 Oct 2025 01:19:50 +0000 (03:19 +0200)
committerGeorgi Gerganov <redacted>
Sun, 9 Nov 2025 21:38:03 +0000 (23:38 +0200)
commit543221d82432e125bb8c716bd402d91b4a6bcfc0
tree10b37de9f559128841b6b979e3fb67a7cbe4c60a
parent97c3285cc4d09c0f0b5450c891bac4835d452053
sycl: add REPEAT_BACK operation support (llama/16734)

* SYCL repeat_back v1 — add core op + switch case

* Implement repeat_back SYCL operation and minor fixes

* Update ggml/src/ggml-sycl/repeat_back.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
* Update ggml/src/ggml-sycl/repeat_back.hpp

Co-authored-by: Sigbjørn Skjæret <redacted>
* Update ggml/src/ggml-sycl/ggml-sycl.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
---------

Co-authored-by: Sigbjørn Skjæret <redacted>
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/repeat_back.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/repeat_back.hpp [new file with mode: 0644]