]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Wed, 14 Jan 2026 07:11:59 +0000 (09:11 +0200)
commite563e239a7225d3384145d6fd0a36e33b8803d06
tree9154bf70f3ec4a56c2adcb5008977dcf74d75d83
parent995633336174327abe3f4d6505dec8bdff2e7173
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
ggml/src/ggml-webgpu/ggml-webgpu.cpp
ggml/src/ggml-webgpu/wgsl-shaders/unary_op.wgsl