llama.cpp/docs/ops
safranowith 466c1911ab
cpu : add FLOOR, CEIL, ROUND and TRUNC unary operators (#16083)
* CPU: Add support for FLOOR,CEIL,ROUND and TRUNC unary operators

- Added the operators to unary op enum
- Implemented API functions
- Implemented forward and unary-op logic in CPU backend
- Updated ggml_get_n_tasks
- Updated operators names array and static_assert
- Updated docs and enabled automatic tests

* docs: add documentation for ggml_trunc and ggml_trunc_inplace in ggml.h

* chore: remove trailing whitespace from ggml.h

* Remove unresolved merge markers

* Apply review suggestions: cleanup formatting, enum order and leftover artifacts

* Regenerate ops.md using create_ops_docs.py
2025-10-15 21:24:51 +02:00
..
BLAS.csv ops : update BLAS (#14914) 2025-07-28 10:01:03 +02:00
CANN.csv CANN: update ops docs (#14935) 2025-07-30 08:39:24 +08:00
CPU.csv cpu : add FLOOR, CEIL, ROUND and TRUNC unary operators (#16083) 2025-10-15 21:24:51 +02:00
CUDA.csv Docs: add instructions for adding backends (#14889) 2025-07-27 09:36:43 +08:00
Metal.csv ops : update BLAS (#14914) 2025-07-28 10:01:03 +02:00
OpenCL.csv opencl : add ops docs (#14910) 2025-07-28 18:50:17 +02:00
SYCL.csv [SYCL] fix UT fault cases: count-equal, argsort, pad OPs (#16521) 2025-10-12 21:53:35 +08:00
Vulkan.csv vulkan: add ops docs (#14900) 2025-07-27 15:33:08 +02:00
zDNN.csv ggml-zdnn: fix #15414, activate FP16 and BF16 acceleration and incorrect zTensor free (#15839) 2025-09-13 02:39:52 +08:00