forked from ggml-org/llama.cpp
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit cd60b88
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.1 parent becfd38 commit cd60b88
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | - | ||
352 | 351 | | |
353 | 352 | | |
354 | 353 | | |
| |||
740 | 739 | | |
741 | 740 | | |
742 | 741 | | |
743 | - | ||
744 | 742 | | |
745 | 743 | | |
746 | 744 | | |
| |||
0 commit comments