]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: Add supports for `GGML_OP_REPEAT` (#20230)
authorMasashi Yoshimura <redacted>
Wed, 11 Mar 2026 21:40:36 +0000 (06:40 +0900)
committerGitHub <redacted>
Wed, 11 Mar 2026 21:40:36 +0000 (14:40 -0700)
commitf2ab047f275780987ac028f7368cdad32863a36f
tree27027a46b12af17136a8a42a40f72aaaeaaa5512
parentd28961d81e73e32b295d0ad638f3ff14676aeeda
ggml-webgpu: Add supports for `GGML_OP_REPEAT` (#20230)

* Add GGML_OP_REPEAT to webgpu backend.

* Add i16 support for GGML_OP_REPEAT.
docs/ops.md
docs/ops/WebGPU.csv
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]