]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Wed, 22 Oct 2025 09:58:11 +0000 (12:58 +0300)
commit55cf00c20a1f10492a54ccb6a98043cd9444fbc5
tree861da91f40b86d843a82dc275fcae68d903336b4
parent70b4d22f01ce91ef6c2bf6231ac4c6c6af8ff670
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
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]