]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml-webgpu: Add supports for `GGML_OP_REPEAT` (llama/20230)
authorMasashi Yoshimura <redacted>
Wed, 11 Mar 2026 21:40:36 +0000 (06:40 +0900)
committerGeorgi Gerganov <redacted>
Mon, 16 Mar 2026 11:10:15 +0000 (13:10 +0200)
commit5267523829c97912dbbcde80fe1664b6c8d45b56
treebe8d87b0fd6f4c5be7b836d8b37ee9be5f94502a
parentd73fe252677a9aa03c5f1c5d64340a57ca848a81
ggml-webgpu: Add supports for `GGML_OP_REPEAT` (llama/20230)

* Add GGML_OP_REPEAT to webgpu backend.

* Add i16 support for GGML_OP_REPEAT.
ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
ggml/src/ggml-webgpu/ggml-webgpu.cpp
ggml/src/ggml-webgpu/wgsl-shaders/repeat.wgsl [new file with mode: 0644]