]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : general conv_2d CPU implementation (#352)
authorDavid Miller <redacted>
Fri, 14 Jul 2023 11:38:47 +0000 (04:38 -0700)
committerGitHub <redacted>
Fri, 14 Jul 2023 11:38:47 +0000 (14:38 +0300)
commita1bd9826b6ccc4900ad0225aa76d36005ebeca0c
tree93c4f24ac3e5ef48a04c7d2724590119e2da5f88
parent64d645ab55d461fbf2ce6b331f4fd01d59cdb04c
ggml : general conv_2d CPU implementation (#352)

* Conv2d s0 == s1 == 1, d0 == d1 == 1, variable padding

* Mark unused varibles

* Support variable strides

* Handle all non-kernel-width convolutions with same general conv2d

* General 2d Conv

* Remove old function

* Group functions

* Rearrange

* General Conv2d implementation

* Clean up whitespace
src/ggml.c