]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml-webgpu: Add the support of `MUL_MAT_ID` (llama/21147)
authorMasashi Yoshimura <redacted>
Mon, 6 Apr 2026 20:08:46 +0000 (05:08 +0900)
committerGeorgi Gerganov <redacted>
Thu, 30 Apr 2026 08:29:01 +0000 (11:29 +0300)
commit9cbc4b3acb70f1eabd916b7deacf0ba511185ee8
tree45944cc0346f22d7f5e937d2a133f6cd0327e4fb
parent0c2fbd4703a7a64a71dc07e60a17d89dac81d57b
ggml-webgpu: Add the support of `MUL_MAT_ID` (llama/21147)

* Add mul_mat_id support to WebGPU

* Apply suggestion from @reeselevine

---------

Co-authored-by: Reese Levine <redacted>
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]