]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sync : ggml (#13268)
authorGeorgi Gerganov <redacted>
Fri, 2 May 2025 17:54:30 +0000 (20:54 +0300)
committerGitHub <redacted>
Fri, 2 May 2025 17:54:30 +0000 (20:54 +0300)
commitb34443923cad751483cc53af2e680d595daadce7
treeea08670b147d1a3f7e8110417c097a8822e432e8
parenta75cb30dc9e63488c3614e2d5a9fe2306eaf47cd
sync : ggml (#13268)

* vulkan : kernels for depthwise 2D convolution (CONV_2D_DW) (ggml/1204)

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

* review: remove src_x/y < 0 checks; add performance tests

* sync : ggml

ggml-ci

* vulkan : fix lint (#0)

---------

Co-authored-by: Acly <redacted>
ggml/src/ggml-vulkan/ggml-vulkan.cpp
ggml/src/ggml-vulkan/vulkan-shaders/conv2d_dw.comp [new file with mode: 0644]
ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp
scripts/sync-ggml.last
tests/test-backend-ops.cpp