]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml webgpu: add CEIL operation support (llama/18605)
authornwyin <redacted>
Mon, 5 Jan 2026 19:38:57 +0000 (13:38 -0600)
committerGeorgi Gerganov <redacted>
Sun, 11 Jan 2026 09:02:08 +0000 (11:02 +0200)
commit2addf83968dc911e0544309b8ea3604f2fc5b2ea
tree6ac8d4145dab92e164cec01b60f1056ea7ad6dd1
parentbb7e7d2dd98763a34442b524218ead005d08d2fa
ggml webgpu: add CEIL operation support (llama/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
src/ggml-webgpu/ggml-webgpu.cpp
src/ggml-webgpu/wgsl-shaders/unary_op.wgsl