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 eb5fbde commit 6fed218Copy full SHA for 6fed218
ggml.h
@@ -420,8 +420,7 @@ extern "C" {
420
struct ggml_graph_compute_plan {
421
// Size of work buffer, calculated by `ggml_graph_compute_make_plan()`.
422
size_t work_size;
423
- // Worker buffer.
424
- // Expect allocate/free by caller before/after calling to `ggml_graph_compute()`.
+ // Work buffer, to be allocated by caller before calling to `ggml_graph_compute()`.
425
void * work_data;
426
427
int n_threads;
0 commit comments