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 ff56576 commit 55951c0Copy full SHA for 55951c0
ggml/include/ggml-alloc.h
@@ -24,7 +24,7 @@ GGML_API void ggml_tallocr_alloc(struct ggml_tallocr * talloc, st
24
// Graph allocator
25
/*
26
Example usage:
27
- ggml_gallocr_t galloc = ggml_gallocr_new(ggml_bacckend_cpu_buffer_type());
+ ggml_gallocr_t galloc = ggml_gallocr_new(ggml_backend_cpu_buffer_type());
28
29
// optional: create a worst-case graph and reserve the buffers to avoid reallocations
30
ggml_gallocr_reserve(galloc, build_graph(max_batch));
0 commit comments