]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : faster ggml_conv_2d using 2-stage op (#483)
authorleejet <redacted>
Mon, 9 Oct 2023 15:18:47 +0000 (23:18 +0800)
committerGitHub <redacted>
Mon, 9 Oct 2023 15:18:47 +0000 (18:18 +0300)
commit6549d12f2e3176050040a86334f17c001e170f13
tree52cd650b16145896a33655f7f5c53b4d69bf64aa
parentfaebeb9ed96a80a65bc8b33decf60eff3589d518
ggml : faster ggml_conv_2d using 2-stage op (#483)

* ggml : fix ggm_conv_2d impl

* ggml : make ggml_conv_2d a little faster

* ggml : reorganize ggml_conv_2d code

* ggml : make ggml_conv_2d faster

* use int64_t in conv_2d stage 0

* ggml : add TODO about im2col

---------

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