]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : Depthwise 2D convolution (ggml/1152)
authorAcly <redacted>
Thu, 17 Apr 2025 12:16:45 +0000 (14:16 +0200)
committerGeorgi Gerganov <redacted>
Thu, 24 Apr 2025 17:39:16 +0000 (20:39 +0300)
commitd87dfcf7c054e7d1ec194faa340f121b7f1df01e
tree4d35fc4fc63c31c42943f9dda60da6bbd20a3012
parent915c14ef10d17b0c99b273270a22b7fae990cf0e
ggml : Depthwise 2D convolution (ggml/1152)

* ggml-cpu : kernels for faster depthwise 2D convolution

* fix compile: remove static after moving to ops.cpp

* add dilation for depthwise_conv_2d

* review: rename to ggml_conv_2d_dw_direct, remove redundant struct keywords, pass by ref, whitespace

* review: rename depthwise_conv_2d -> conv_2d_dw everywhere
ggml/include/ggml.h
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cpu/ops.cpp
ggml/src/ggml-cpu/ops.h
ggml/src/ggml.c