]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: Add the support of `MUL_MAT_ID` (#21147)
authorMasashi Yoshimura <redacted>
Mon, 6 Apr 2026 20:08:46 +0000 (05:08 +0900)
committerGitHub <redacted>
Mon, 6 Apr 2026 20:08:46 +0000 (13:08 -0700)
commitd0a6dfeb28a09831d904fc4d910ddb740da82834
tree6e153768c82749a872b57fda878534d36f989d3c
parent2e1f0a889e19a3922db57452268f4574c35c36e5
ggml-webgpu: Add the support of `MUL_MAT_ID` (#21147)

* Add mul_mat_id support to WebGPU

* Apply suggestion from @reeselevine

---------

Co-authored-by: Reese Levine <redacted>
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/mul_mat_decls.tmpl
ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id.wgsl [new file with mode: 0644]
ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id_gather.wgsl [new file with mode: 0644]