Address PR review feedback - remove warning
Signed-off-by: nscipione <nicolo.scipione@codeplay.com>
This commit is contained in:
parent
d8956a4ce3
commit
963b685075
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ struct ggml_sycl_pool_host : public ggml_sycl_pool {
|
||||||
*actual_size = size;
|
*actual_size = size;
|
||||||
counter = counter + 1;
|
counter = counter + 1;
|
||||||
return ptr;
|
return ptr;
|
||||||
} else if (b.ptr != nullptr) {
|
} else {
|
||||||
++counter;
|
++counter;
|
||||||
b.size = size;
|
b.size = size;
|
||||||
return b.ptr;
|
return b.ptr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue