fix sycl build (disable cpy_tensor_async)
This commit is contained in:
parent
deb3e245c2
commit
ead5c8b895
1 changed files with 1 additions and 1 deletions
|
@ -17244,7 +17244,7 @@ static ggml_backend_i ggml_backend_sycl_interface = {
|
||||||
/* .get_default_buffer_type = */ ggml_backend_sycl_get_default_buffer_type,
|
/* .get_default_buffer_type = */ ggml_backend_sycl_get_default_buffer_type,
|
||||||
/* .set_tensor_async = */ ggml_backend_sycl_set_tensor_async,
|
/* .set_tensor_async = */ ggml_backend_sycl_set_tensor_async,
|
||||||
/* .get_tensor_async = */ ggml_backend_sycl_get_tensor_async,
|
/* .get_tensor_async = */ ggml_backend_sycl_get_tensor_async,
|
||||||
/* .cpy_tensor_async = */ ggml_backend_sycl_cpy_tensor_async,
|
/* .cpy_tensor_async = */ NULL, //ggml_backend_sycl_cpy_tensor_async, // TODO: update for the new interface
|
||||||
/* .synchronize = */ ggml_backend_sycl_synchronize,
|
/* .synchronize = */ ggml_backend_sycl_synchronize,
|
||||||
/* .graph_plan_create = */ NULL,
|
/* .graph_plan_create = */ NULL,
|
||||||
/* .graph_plan_free = */ NULL,
|
/* .graph_plan_free = */ NULL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue