]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: optimized repeat_back kernel (3× fewer asm instructions, 2× faster)Feature...
authorshani-f <redacted>
Mon, 3 Nov 2025 01:35:33 +0000 (03:35 +0200)
committerGitHub <redacted>
Mon, 3 Nov 2025 01:35:33 +0000 (09:35 +0800)
commit7e994168b1ccc12337ba8de939c4fd466107c1fb
tree5ce437192c4965092a9efe459be3955d845a7f21
parentbcfa87622ae46be6345a8e3dfdbdc5ba5414042b
SYCL: optimized repeat_back kernel (3× fewer asm instructions, 2× faster)Feature/sycl repeat back opt (#16869)

* SYCL repeat_back v1 — add core op + switch case

* Implement repeat_back SYCL operation and minor fixes

* SYCL: optimize repeat_back kernel

* Remove Hebrew comment from repeat_back.cpp

* Remove comments for code clarity

Removed comments to clean up the code.

* Fix formatting in ggml-sycl.cpp

* Formatted lambda according to legacy style. No logic changes

* Remove blank line in repeat_back.cpp

Remove unnecessary blank line before assigning acc to dst_dd.
ggml/src/ggml-sycl/repeat_back.cpp