fix opencl
This commit is contained in:
parent
e73009ea51
commit
1e7694eee7
1 changed files with 1 additions and 2 deletions
|
@ -2004,8 +2004,7 @@ static ggml_backend_buffer_i ggml_backend_opencl_buffer_interface = {
|
|||
/* .init_tensor = */ ggml_backend_opencl_buffer_init_tensor,
|
||||
/* .set_tensor = */ ggml_backend_opencl_buffer_set_tensor,
|
||||
/* .get_tensor = */ ggml_backend_opencl_buffer_get_tensor,
|
||||
/* .cpy_tensor_from = */ NULL,
|
||||
/* .cpy_tensor_to = */ NULL,
|
||||
/* .cpy_tensor = */ NULL,
|
||||
/* .clear = */ ggml_backend_opencl_buffer_clear,
|
||||
/* .reset = */ ggml_backend_opencl_buffer_reset,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue