Spaces:
Running
Running
backend : fix typo in scheduler documentation (ggml/781)
Browse filesSigned-off-by: Daniel Bevenius <[email protected]>
- 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
|
| 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 |
|