Skip to content

Add ROUND operator support for CPU and SYCL backends#16011

Closed
safranowith wants to merge 4 commits intoggml-org:masterfrom
safranowith:add-round-op-sycl
Closed

Add ROUND operator support for CPU and SYCL backends#16011
safranowith wants to merge 4 commits intoggml-org:masterfrom
safranowith:add-round-op-sycl

Conversation

@safranowith
Copy link
Copy Markdown
Contributor

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

Changes included:

Implemented ggml_sycl_op_round and corresponding SYCL kernel.

Added CPU implementation for ROUND.

Updated operator registration to expose ROUND in both backends.

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

Added tests to validate ROUND functionality.

@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
@CISC
Copy link
Copy Markdown
Member

CISC commented Oct 16, 2025

#16613

@CISC CISC closed this Oct 16, 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.

2 participants