]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : remove return from ggml_gallocr_allocate_node (#1048)
authorDaniel Bevenius <redacted>
Sat, 14 Dec 2024 02:23:08 +0000 (03:23 +0100)
committerGitHub <redacted>
Sat, 14 Dec 2024 02:23:08 +0000 (03:23 +0100)
commit193fc2110ade37b3c96fae7a3eebcb61adda3d8b
treea4ed00aa55cae01a05f4fb5492a09e6ce7cf28c5
parent863a4da66fce5e394c5ed069a5fa6ee9353d86ce
ggml : remove return from ggml_gallocr_allocate_node (#1048)

This commit removes the return statement from ggml_gallocr_allocate_node
function.

The motivation behind this change is to make the code more readable and
consistent.
src/ggml-alloc.c