We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf7906 commit f1b539dCopy full SHA for f1b539d
examples/simple/simple-backend.cpp
@@ -99,7 +99,7 @@ struct ggml_cgraph * build_graph(const simple_model& model) {
99
struct ggml_init_params params0 = {
100
/*.mem_size =*/ buf_size,
101
/*.mem_buffer =*/ buf.data(),
102
- /*.no_alloc =*/ true, // the tensors will be allocated later by ggml_allocr_alloc_graph()
+ /*.no_alloc =*/ true, // the tensors will be allocated later by ggml_gallocr_alloc_graph()
103
};
104
105
// create a temporally context to build the graph
0 commit comments