]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
SYCL SET operator optimized for F32 tensors (llama/16350)
authorGittyBurstein <redacted>
Fri, 17 Oct 2025 02:36:40 +0000 (05:36 +0300)
committerGeorgi Gerganov <redacted>
Wed, 22 Oct 2025 09:58:11 +0000 (12:58 +0300)
commit82332cea27bf2f0c353a6d2c7ca93b18903a7995
tree50f9fbced9d6f8369d45a153df79a178e866a77d
parent7bb53032b3185ba2dd37c3bc8e5cc7e4d44c201e
SYCL SET operator optimized for F32 tensors (llama/16350)

* SYCL/SET: implement operator + wire-up; docs/ops updates; element_wise & ggml-sycl changes

* sycl(SET): re-apply post-rebase; revert manual docs/ops.md; style cleanups

* move SET op to standalone file, GPU-only implementation

* Update SYCL SET operator for F32

* ci: fix editorconfig issues (LF endings, trailing spaces, final newline)

* fixed ggml-sycl.cpp

---------

Co-authored-by: Gitty Burstein <redacted>
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/presets.hpp
ggml/src/ggml-sycl/set.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/set.hpp [new file with mode: 0644]