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
|
@ -58,7 +58,7 @@ extern "C" {
|
|||
|
||||
GGML_API void ggml_backend_graph_plan_free (ggml_backend_t backend, ggml_backend_graph_plan_t plan);
|
||||
GGML_API void ggml_backend_graph_plan_compute(ggml_backend_t backend, ggml_backend_graph_plan_t plan);
|
||||
GGML_API void ggml_backend_graph_compute (ggml_backend_t backend, struct ggml_cgraph * cgraph);
|
||||
GGML_API bool ggml_backend_graph_compute (ggml_backend_t backend, struct ggml_cgraph * cgraph);
|
||||
GGML_API bool ggml_backend_supports_op (ggml_backend_t backend, const struct ggml_tensor * op);
|
||||
|
||||
// tensor copy between different backends
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue