]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Tue, 21 Oct 2025 15:14:33 +0000 (18:14 +0300)
commit95e5e82cfc3742d67d45b1646abe7faae901ba37
treed51e60d6873397e23d70fd52172da944ab8fa432
parent2f2a9b96b71334cf1bb07ab96455d3eaaa09a9c0
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
src/ggml-sycl/element_wise.cpp
src/ggml-sycl/element_wise.hpp
src/ggml-sycl/ggml-sycl.cpp
tests/test-backend-ops.cpp