]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
SYCL: Add support for FLOOR,CEIL,ROUND and TRUNC unary operators (llama/16613)
authorsafranowith <redacted>
Mon, 20 Oct 2025 08:08:32 +0000 (11:08 +0300)
committerGeorgi Gerganov <redacted>
Wed, 22 Oct 2025 09:58:11 +0000 (12:58 +0300)
commitbb76672081889215c673c6f0b8f8e4ae53735864
tree80ee55e28e176121d7f8305813788d94d6cf0448
parent82bdf31267143f62d71cd10e2684c3c7bec77c63
SYCL: Add support for FLOOR,CEIL,ROUND and TRUNC unary operators (llama/16613)

* SYCL: Add support for FLOOR,CEIL,ROUND and TRUNC unary operators

Clean up unrelated changes from previous commit

* Chore: remove empty lines and fix indentation

* Clean up: remove leftover blank lines and fix spacing

* chore: fix trailing whitespace and ensure final newline

* Cleanup: remove redundant declarations already defined in header

* Sync docs/ops.md with updated backend operation support

* docs: update ops.md after rebase

* docs: update ops.md - Vulkan supports SSM_CONV and SSM_SCAN
ggml/src/ggml-sycl/element_wise.cpp
ggml/src/ggml-sycl/element_wise.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp