]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL SET operator optimized for F32 tensors (#16350)
authorGittyBurstein <redacted>
Fri, 17 Oct 2025 02:36:40 +0000 (05:36 +0300)
committerGitHub <redacted>
Fri, 17 Oct 2025 02:36:40 +0000 (10:36 +0800)
commitceff6bb253dd306f5404d7ccb3f11fadafe71b52
treef5dd8966b99c55db00877d2a9eda96e90ea3ab1b
parent1bb4f43380944e94c9a86e305789ba103f5e62bd
SYCL SET operator optimized for F32 tensors (#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]