fix code err
This commit is contained in:
parent
e3481faa2f
commit
623d8031cb
1 changed files with 1 additions and 1 deletions
|
@ -12062,7 +12062,7 @@ static bool ggml_backend_sycl_graph_compute(ggml_backend_t backend, ggml_cgraph
|
|||
}
|
||||
|
||||
UNUSED(backend);
|
||||
return;
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool ggml_backend_sycl_supports_op(ggml_backend_t backend, const ggml_tensor * op) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue