]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : complete implementation of `GGML_OP_CONV_1D` (#523)
authorPAB <redacted>
Thu, 28 Sep 2023 21:03:34 +0000 (23:03 +0200)
committerGitHub <redacted>
Thu, 28 Sep 2023 21:03:34 +0000 (00:03 +0300)
commita706d68ef7fb6e35de4a5213955b10eb28a0347d
tree919f644bf1589bc81bf8f188721961e391e46f9b
parent8ca2c19a3bb8622954d858fbf6383522684eaf34
ggml : complete implementation of `GGML_OP_CONV_1D` (#523)

* implementation

* fix wrong call to function

* matching closely ggml_conv_2d

* optimized conv_1d with stages 0 and 1

* working implementation
include/ggml/ggml.h
src/ggml.c