Skip to content

Commit 0a14f0e

Browse files
authored
simple?
1 parent ebccccb commit 0a14f0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ggml_extend.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -1054,8 +1054,6 @@ struct GGMLRunner {
10541054
};
10551055

10561056
compute_allocr = ggml_gallocr_new_n(bufts, 2);
1057-
size_t alignment = ggml_backend_buft_get_alignment(compute_allocr->bufts[1]);
1058-
compute_allocr->->buf_tallocs[1] = ggml_dyn_tallocr_new(alignment);
10591057

10601058
int n_nodes = gf->n_nodes;
10611059
int n_leafs = gf->n_leafs;

0 commit comments

Comments
 (0)