]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Tue, 21 Oct 2025 15:14:33 +0000 (18:14 +0300)
commitb15a4a1e5ec4d9d0f1fdf08dd960f889239e16c7
tree2e505a14add538efaebf132e5650e68925e716d9
parentf8174e274ca3cb6b251cbc53e2f7d50e8d86d366
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>
src/ggml-sycl/ggml-sycl.cpp
src/ggml-sycl/presets.hpp
src/ggml-sycl/set.cpp [new file with mode: 0644]
src/ggml-sycl/set.hpp [new file with mode: 0644]