]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : add view_src and view_offs to ggml_tensor for views (#2874)
authorslaren <redacted>
Tue, 29 Aug 2023 21:24:42 +0000 (23:24 +0200)
committerGitHub <redacted>
Tue, 29 Aug 2023 21:24:42 +0000 (23:24 +0200)
commit06abf8eebabe086ca4003dee2754ab45032cd3fd
tree386dfcea9eaff958591682b80d359e8d9c728100
parentc03a243abf9f30889f31fefdfa94fe9d7034820c
ggml : add view_src and view_offs to ggml_tensor for views (#2874)

* ggml : add view_src and view_offs

* update ggml-alloc to use view_src

* update ggml_diag_mask to work correctly with automatic inplace

* exclude other ops that set an inplace flag from automatic inplace
ggml-alloc.c
ggml.c
ggml.h