]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sycl : add PAD_REFLECT_D1 operator support (#16145)
authorYehuditE <redacted>
Mon, 20 Oct 2025 22:21:12 +0000 (01:21 +0300)
committerGitHub <redacted>
Mon, 20 Oct 2025 22:21:12 +0000 (00:21 +0200)
commit6de8ed75196c7cd98c1f34bbf3a7452451ba8ac2
tree25530b3d672bf80f8e5a51d669726165e541ec67
parent84bf3c677857279037adf67cdcfd89eaa4ca9281
sycl : add PAD_REFLECT_D1 operator support (#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
docs/ops.md
docs/ops/SYCL.csv
ggml/src/ggml-sycl/backend.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/pad_reflect_1d.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/pad_reflect_1d.hpp [new file with mode: 0644]