Skip to content

Commit 6fed218

Browse files
committed
minor: update comments
1 parent eb5fbde commit 6fed218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ggml.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,7 @@ extern "C" {
420420
struct ggml_graph_compute_plan {
421421
// Size of work buffer, calculated by `ggml_graph_compute_make_plan()`.
422422
size_t work_size;
423-
// Worker buffer.
424-
// Expect allocate/free by caller before/after calling to `ggml_graph_compute()`.
423+
// Work buffer, to be allocated by caller before calling to `ggml_graph_compute()`.
425424
void * work_data;
426425

427426
int n_threads;

0 commit comments

Comments
 (0)