]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : remove return from ggml_gallocr_allocate_node (ggml/1048)
authorDaniel Bevenius <redacted>
Sat, 14 Dec 2024 02:23:08 +0000 (03:23 +0100)
committerGeorgi Gerganov <redacted>
Tue, 17 Dec 2024 16:35:49 +0000 (18:35 +0200)
commit130d0c90bd26b25e3a713b17a61a5d4eb0a66405
treed7b55b5f3663c5f8e44440f5db986270e7016e02
parent3919da8e335dbfd0741d239932a9b9e72061bf27
ggml : remove return from ggml_gallocr_allocate_node (ggml/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.
ggml/src/ggml-alloc.c