]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: add col2im_1d op (#24425)
authorPascal <redacted>
Tue, 16 Jun 2026 04:34:43 +0000 (06:34 +0200)
committerGitHub <redacted>
Tue, 16 Jun 2026 04:34:43 +0000 (06:34 +0200)
commitad39ccaa1951debc5174c3ce22c0ffe328442f2c
treee093b6854711b876bd1e132630ead23396a92e88
parent7dad2f1a17d65b5e2034c277125bc9f97573a779
vulkan: add col2im_1d op (#24425)

* vulkan: add GGML_OP_COL2IM_1D, follow-up to the CPU op

* vulkan: col2im_1d bounded gather loop instead of full-K scan with modulo

* vulkan: col2im_1d address review from @jeffbolznv

* vulkan: col2im_1d return nullptr for unsupported types, address review from @0cc4m
ggml/src/ggml-vulkan/ggml-vulkan.cpp
ggml/src/ggml-vulkan/vulkan-shaders/col2im_1d.comp [new file with mode: 0644]
ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp