ggml : add error handling to graph_compute (whisper/1714)
This commit is contained in:
parent
c1d7cb28d3
commit
1bf681f90e
6 changed files with 18 additions and 11 deletions
|
@ -87,7 +87,7 @@ int * ggml_metal_get_concur_list(struct ggml_metal_context * ctx);
|
|||
|
||||
// same as ggml_graph_compute but uses Metal
|
||||
// creates gf->n_threads command buffers in parallel
|
||||
void ggml_metal_graph_compute(struct ggml_metal_context * ctx, struct ggml_cgraph * gf);
|
||||
bool ggml_metal_graph_compute(struct ggml_metal_context * ctx, struct ggml_cgraph * gf);
|
||||
|
||||
//
|
||||
// backend API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue