]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
vulkan : kernels for depthwise 2D convolution (CONV_2D_DW) (#1204)
authorAcly <redacted>
Fri, 2 May 2025 16:02:34 +0000 (18:02 +0200)
committerGitHub <redacted>
Fri, 2 May 2025 16:02:34 +0000 (19:02 +0300)
commit0482de9c63b9134eb462c7732888c0ee0dbc2755
tree5e6f0b471acaad5dce45319f279345c1ebfe35c8
parentf3a375f20bf56860b30e7c511d03593a1e393345
vulkan : kernels for depthwise 2D convolution (CONV_2D_DW) (#1204)

* vulkan : add kernels for depthwise 2d convolution (OP_CONV_2D_DW)

* review: remove src_x/y < 0 checks; add performance tests
src/ggml-vulkan/ggml-vulkan.cpp
src/ggml-vulkan/vulkan-shaders/conv2d_dw.comp [new file with mode: 0644]
src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp
tests/test-backend-ops.cpp