]> git.djapps.eu Git - pkg/ggml/sources/ggml/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)
committerGeorgi Gerganov <redacted>
Sun, 9 Nov 2025 16:30:22 +0000 (18:30 +0200)
commit3b8cdf5a33d0cf3c97074bed5a2330607336d002
tree25b5fa5ebbeed8704239b77ba5dd6694f5d73b1c
parente43cdd3ff36b8ab5dfbc550e0e718156eaabfe70
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.
src/ggml-sycl/repeat_back.cpp