]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
sycl : unify unary kernels with a generic implementation and enable wide operator...
authorshani-f <redacted>
Sat, 15 Nov 2025 23:52:42 +0000 (01:52 +0200)
committerGeorgi Gerganov <redacted>
Mon, 17 Nov 2025 19:05:46 +0000 (21:05 +0200)
commit1fd63da9f24e951146971df2bc8f0f011c42b21e
tree09668d9951e52c783b1a09dcea613999b37a2ed3
parentea3ebd8b0d7bda38ae1f2ce7b593ce01007b94fc
sycl : unify unary kernels with a generic implementation and enable wide operator support (llama/17213)

* SYCL: add generic unary op implementation for multiple ops (ABS/SGN/…); unify non-contiguous access

* SYCL: update documentation and sycl.csv to reflect new unary op support

* update ops.md after syncing SYCL.csv changes

* Fix SYCL.csv merge conflict

* Update ops.md after fixing SYCL.csv conflicts

* Fix SYCL.csv tail after merge conflict and regenerate ops.md

* Fix line endings and final newline in SYCL.csv

* Remove TOPK_MOE entries from SYCL.csv as requested

* Update ops.md after removing TOPK_MOE from SYCL.csv

* Regenerated SYCL.csv and synced ops.md with upstream

* Update ops.md using create_ops_docs.py
ggml/src/ggml-sycl/element_wise.cpp
ggml/src/ggml-sycl/ggml-sycl.cpp