]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml-webgpu: add support for im2col (llama/22259)
authorChen Yuan <redacted>
Thu, 23 Apr 2026 03:17:41 +0000 (23:17 -0400)
committerGeorgi Gerganov <redacted>
Thu, 30 Apr 2026 08:29:17 +0000 (11:29 +0300)
commitdf528c4f71cec95e0d024a512f4d36928e4e61e6
tree4f5c101ba2ee9b29e8446eb642446d4dc76b024f
parentb6b547885cd431e457d58bad58eb5e9ba972919b
ggml-webgpu: add support for im2col (llama/22259)

* shader(im2col): implement the im2col shader

* shader(im2col): clean the formatting issues

* shader(im2col): clean the editorconfig checker warning

* fix(shader): address the workgroup issues of im2col and conv2d
ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
ggml/src/ggml-webgpu/ggml-webgpu.cpp
ggml/src/ggml-webgpu/wgsl-shaders/im2col.wgsl [new file with mode: 0644]