]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Sun, 15 Mar 2026 19:50:13 +0000 (21:50 +0200)
commitfe3d1bc08b1b3dc33b3381ed9e2318a3a1271bcc
treebe3313d23b01997e424505c26b68a2cb6c22caa8
parent6dafac0018a869672debc44360bf8dcaaa29e6dd
ggml-webgpu: Add supports for `GGML_OP_REPEAT` (llama/20230)

* Add GGML_OP_REPEAT to webgpu backend.

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