]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: support CONV_3D (#24612)
authorJeff Bolz <redacted>
Tue, 23 Jun 2026 13:39:20 +0000 (08:39 -0500)
committerGitHub <redacted>
Tue, 23 Jun 2026 13:39:20 +0000 (15:39 +0200)
commitc5606364b2a608c6501f25b80c3e256a355a0ce8
tree7734255893b512b56cf9621024bd72fcf980b72f
parent0eb874d37445fb25cc268ad0b2f2cb07ce561b66
vulkan: support CONV_3D (#24612)

* vulkan: support CONV_3D

This is a pretty direct port of conv2d_mm.comp to CONV_3D, done by codex
and cleaned up by me.

* disable slower perf tests
ggml/src/ggml-vulkan/ggml-vulkan.cpp
ggml/src/ggml-vulkan/vulkan-shaders/conv3d_mm.comp [new file with mode: 0644]
ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp
tests/test-backend-ops.cpp