]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: add support for im2col (#22259)
authorChen Yuan <redacted>
Thu, 23 Apr 2026 03:17:41 +0000 (23:17 -0400)
committerGitHub <redacted>
Thu, 23 Apr 2026 03:17:41 +0000 (20:17 -0700)
commitb76429a69c1bfc12e56f65cd707b7b8a4260c86d
tree29f540a9212b07d2ef65e53afa0ffb49274a80b9
parent86db42e97f6f20330b1a54653eeff6814162c39b
ggml-webgpu: add support for im2col (#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]