]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
sycl : add PAD_REFLECT_D1 operator support (llama/16145)
authorYehuditE <redacted>
Mon, 20 Oct 2025 22:21:12 +0000 (01:21 +0300)
committerGeorgi Gerganov <redacted>
Tue, 21 Oct 2025 15:14:33 +0000 (18:14 +0300)
commit53b34f89d782d2e5681708e51e2021ffe18ceb0c
tree3d8b735e3ba1c0dfa5775ad2d9f27eab78b1606b
parent9dea367c355b47051483c630afb2ae66b1ff7d1d
sycl : add PAD_REFLECT_D1 operator support (llama/16145)

* sycl: add PAD_REFLECT_D1 operator support

* docs(ops): regenerate docs/ops.md

* remove trailing whitespaces

* style: fix editorconfig issues — trim trailing spaces and normalize EOLs

* fix: move PAD_REFLECT_1D case outside of fall-through block
src/ggml-sycl/backend.hpp
src/ggml-sycl/ggml-sycl.cpp
src/ggml-sycl/pad_reflect_1d.cpp [new file with mode: 0644]
src/ggml-sycl/pad_reflect_1d.hpp [new file with mode: 0644]