|
|
@@ -348,7 +348,6 @@ struct tensor_alloc {
|
|
|
};
|
|
|
|
|
|
struct leaf_alloc {
|
|
|
- int buffer_id;
|
|
|
struct tensor_alloc leaf;
|
|
|
};
|
|
|
|
|
|
@@ -740,7 +739,6 @@ bool ggml_gallocr_reserve_n(ggml_gallocr_t galloc, struct ggml_cgraph * graph, c
|
|
|
for (int i = 0; i < graph->n_leafs; i++) {
|
|
|
struct ggml_tensor * leaf = graph->leafs[i];
|
|
|
struct hash_node * hn = ggml_gallocr_hash_get(galloc, leaf);
|
|
|
- galloc->leaf_allocs[i].buffer_id = hn->buffer_id;
|
|
|
if (leaf->view_src || leaf->data) {
|
|
|
galloc->leaf_allocs[i].leaf.buffer_id = -1;
|
|
|
galloc->leaf_allocs[i].leaf.offset = SIZE_MAX;
|