SYCL: remove extra space
This commit is contained in:
parent
f8603b0cc0
commit
0662a86809
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ static void
|
|||
ggml_backend_sycl_buffer_init_tensor(ggml_backend_buffer_t buffer,
|
||||
ggml_tensor *tensor) try {
|
||||
ggml_backend_sycl_buffer_context * ctx = (ggml_backend_sycl_buffer_context *)buffer->context;
|
||||
|
||||
|
||||
if (tensor->view_src != NULL) {
|
||||
assert(tensor->view_src->buffer->buft == buffer->buft);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue