]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml-alloc : remove buffer_id from leaf_alloc (ggml/987)
authorDaniel Bevenius <redacted>
Wed, 9 Oct 2024 14:40:35 +0000 (16:40 +0200)
committerGeorgi Gerganov <redacted>
Fri, 1 Nov 2024 08:19:05 +0000 (10:19 +0200)
commit8f9bdca4c4cfec309295e2c416c743c060c72ebf
tree815fa12dc43c6e59787fe5a2223592dadd88a736
parent4e10afb5a94469c605aae4eceb4021fb0e68c8f5
ggml-alloc : remove buffer_id from leaf_alloc (ggml/987)

This commit removes the buffer_id field from the leaf_alloc struct.

The motivation for is that this field is only written to and never
read/used as far as I can tell. Each tensor_alloc has a buffer_id field
and this is what caused me to look into this more closely, to
understand what the buffer_id in leaf_alloc was used for.
ggml/src/ggml-alloc.c