]> git.djapps.eu Git - pkg/ggml/sources/llama.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 14:32:47 +0000 (17:32 +0300)
commitc6e8cc28c15166dba15629dba6a7366d4d5955ca
tree74b7517f7ba88b84464a5c0268c7959e2b2da980
parentb10d8bfdb1dac40cce34e8860ca5ec7d950c3a44
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