]> git.djapps.eu Git - pkg/ggml/sources/whisper.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>
Wed, 18 Dec 2024 10:52:16 +0000 (12:52 +0200)
commitc635f40a340829f7ab497494b0afa80c11e81ae1
treea3c5bda022e67a1f507baad18b5c4f795d4943f5
parente0be0de1eed499bfa9e1c92ecf78449c4939ddbb
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