]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: Add support for FLOOR,CEIL,ROUND and TRUNC unary operators (#16613)
authorsafranowith <redacted>
Mon, 20 Oct 2025 08:08:32 +0000 (11:08 +0300)
committerGitHub <redacted>
Mon, 20 Oct 2025 08:08:32 +0000 (11:08 +0300)
commit2330de7b847ca84eac766df372c604c26db72747
tree3545aeb7439f1859e90bf5b64139f1739c2c1cc1
parent7062dd8460685d6700ed7621e50a22c6f3400ca3
SYCL: Add support for FLOOR,CEIL,ROUND and TRUNC unary operators (#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
docs/ops.md
docs/ops/SYCL.csv
docs/ops/Vulkan.csv
ggml/src/ggml-sycl/element_wise.cpp
ggml/src/ggml-sycl/element_wise.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
tests/test-backend-ops.cpp