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 2b502c3 commit cb1dec0Copy full SHA for cb1dec0
ggml.h
@@ -448,8 +448,7 @@ extern "C" {
448
struct ggml_graph_compute_plan {
449
// Size of work buffer, calculated by `ggml_graph_compute_make_plan()`.
450
size_t work_size;
451
- // Worker buffer.
452
- // 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()`.
453
void * work_data;
454
455
int n_threads;
0 commit comments