]> git.djapps.eu Git - pkg/ggml/sources/whisper.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)
committerGeorgi Gerganov <redacted>
Sun, 9 Nov 2025 21:38:03 +0000 (23:38 +0200)
commitf1da026bb8747fdd5c1c9150c01d3605f38baf8e
tree64800f615c86f384fe1684b3c942ffc52c457e37
parent39834fde1be7f478560e10dd544bde955492eba8
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