]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : add `GGML_OP_CONV_TRANSPOSE_1D` (#524)
authorPAB <redacted>
Thu, 28 Sep 2023 21:09:51 +0000 (23:09 +0200)
committerGitHub <redacted>
Thu, 28 Sep 2023 21:09:51 +0000 (00:09 +0300)
commit76d0aca850fbb20e70983ee388ee2d475bec3c91
treee0b73f0005dd27cd802f0d66144ce53c9e032102
parenta706d68ef7fb6e35de4a5213955b10eb28a0347d
ggml : add `GGML_OP_CONV_TRANSPOSE_1D` (#524)

* introduce GGML_OP_CONV_TRANSPOSE_1D

* implementation

* increment GGML_OP_COUNT

* rename calc_conv_transpose

* fix permutation of kernel data

---------

Co-authored-by: Georgi Gerganov <redacted>
include/ggml/ggml.h
src/ggml.c