danbev commited on
Commit
e7ddd12
·
unverified ·
1 Parent(s): fa0af15

backend : fix typo in scheduler documentation (ggml/781)

Browse files

Signed-off-by: Daniel Bevenius <[email protected]>

Files changed (1) hide show
  1. ggml-backend.h +1 -1
ggml-backend.h CHANGED
@@ -137,7 +137,7 @@ extern "C" {
137
  /*
138
  Example usage:
139
 
140
- // operations that use tensors allocated in a buffer with USAGE_WEIGHTS will be asigned
141
  // preferrably to run on the same backend as the buffer
142
  ggml_backend_buffer_set_usage(buf_weights, GGML_BACKEND_BUFFER_USAGE_WEIGHTS);
143
 
 
137
  /*
138
  Example usage:
139
 
140
+ // operations that use tensors allocated in a buffer with USAGE_WEIGHTS will be assigned
141
  // preferrably to run on the same backend as the buffer
142
  ggml_backend_buffer_set_usage(buf_weights, GGML_BACKEND_BUFFER_USAGE_WEIGHTS);
143