]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : extend ggml_get_rows, ggml_repeat, ggml_concat (#639)
authorGuillaume Wenzek <redacted>
Fri, 29 Dec 2023 17:07:03 +0000 (18:07 +0100)
committerGitHub <redacted>
Fri, 29 Dec 2023 17:07:03 +0000 (19:07 +0200)
commitfca1caafea7de9fbd7efc733b9818f9cf2da3050
tree3710c6f88e82357ba71ef6e18809472a6c9d447c
parente67a04f1188c0400648b161d01a08a57d147f28a
ggml : extend ggml_get_rows, ggml_repeat, ggml_concat (#639)

* add more int ops

* ggml_compute_forward_dup_bytes

* add tests

* PR comments

* tests : minor indentations

---------

Co-authored-by: Georgi Gerganov <redacted>
src/ggml.c
tests/CMakeLists.txt
tests/test-backend-ops.cpp
tests/test-dup.c [new file with mode: 0644]