]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml webgpu: add CEIL operation support (#18605)
authornwyin <redacted>
Mon, 5 Jan 2026 19:38:57 +0000 (13:38 -0600)
committerGitHub <redacted>
Mon, 5 Jan 2026 19:38:57 +0000 (11:38 -0800)
commite443fbcfa51a8a27b15f949397ab94b5e87b2450
tree1a3242d7db06f2d5cbdba5c979aaf0c1886c3ae6
parent73d284a2500ca4e0649e7bfce205d065f6f7d363
ggml webgpu: add CEIL operation support (#18605)

* ggml-webgpu: add CEIL operation support

      Add support for the CEIL unary operation in the WebGPU backend:
      - Add CEIL_FUNC shader template in unary_op.wgsl
      - Add 4 shader variants (f32, f16, inplace versions)
      - Initialize CEIL pipelines in ggml-webgpu.cpp
      - Register CEIL in supports_op function

* docs: update WebGPU ops support for CEIL
docs/ops.md
docs/ops/WebGPU.csv
ggml/src/ggml-webgpu/ggml-webgpu.cpp
ggml/src/ggml-webgpu/wgsl-shaders/unary_op.wgsl