Skip to content

Commit cb1dec0

Browse files
committed
minor: update comments
1 parent 2b502c3 commit cb1dec0

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
@@ -448,8 +448,7 @@ extern "C" {
448448
struct ggml_graph_compute_plan {
449449
// Size of work buffer, calculated by `ggml_graph_compute_make_plan()`.
450450
size_t work_size;
451-
// Worker buffer.
452-
// Expect allocate/free by caller before/after calling to `ggml_graph_compute()`.
451+
// Work buffer, to be allocated by caller before calling to `ggml_graph_compute()`.
453452
void * work_data;
454453

455454
int n_threads;

0 commit comments

Comments
 (0)