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 6b8312e commit 4bfcc85Copy full SHA for 4bfcc85
ggml-metal.h
@@ -55,6 +55,7 @@ void ggml_metal_set_tensor(struct ggml_metal_context * ctx, struct ggml_tensor *
55
void ggml_metal_get_tensor(struct ggml_metal_context * ctx, struct ggml_tensor * t);
56
57
// same as ggml_graph_compute but uses Metal
58
+// creates gf->n_threads command buffers in parallel
59
void ggml_metal_graph_compute(struct ggml_metal_context * ctx, struct ggml_cgraph * gf);
60
61
#ifdef __cplusplus
0 commit comments