Skip to content

Conversation

safranowith
Copy link

This PR introduces support for the CEIL operator in both the CPU and SYCL backends.

Changes included:

Implemented ggml_sycl_op_ceil and corresponding SYCL kernel.

Added CPU implementation for CEIL.

Updated operator registration to expose CEIL in both backends.

Extended docs/ops CSV files and regenerated ops.md to reflect CEIL support.

Added tests to validate CEIL functionality.

Notes:

Implementation follows the same structure as existing unary ops (e.g., ABS, FLOOR, SGN).

@github-actions github-actions bot added documentation Improvements or additions to documentation testing Everything test related ggml changes relating to the ggml tensor library for machine learning SYCL https://en.wikipedia.org/wiki/SYCL - GPU programming language labels Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation ggml changes relating to the ggml tensor library for machine learning SYCL https://en.wikipedia.org/wiki/SYCL - GPU programming language testing Everything test related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant