]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sycl: add REPEAT_BACK operation support (#16734)
authorshani-f <redacted>
Mon, 27 Oct 2025 01:19:50 +0000 (03:19 +0200)
committerGitHub <redacted>
Mon, 27 Oct 2025 01:19:50 +0000 (09:19 +0800)
commit59fc1ec8e83b14354c1a3a8acf8c5c2cbf9af42f
treefae70d4c872e49e8bd4c3464ddada576749f6790
parent75d33b9302f84a5b89f82205d2bcd8def5a64e0a
sycl: add REPEAT_BACK operation support (#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]