Skip to content

Commit 48384b6

Browse files
ggerganovngxson
andauthored
Update ggml/src/ggml-cann/ggml-cann.cpp
Co-authored-by: Xuan-Son Nguyen <[email protected]>
1 parent 06cad0b commit 48384b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cann/ggml-cann.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1911,7 +1911,7 @@ static bool ggml_backend_cann_cpy_tensor_async(
19111911
(ggml_backend_cann_context*)backend_dst->context;
19121912

19131913
size_t copy_size = ggml_nbytes(dst);
1914-
if (copy_size==0){
1914+
if (copy_size == 0) {
19151915
return true;
19161916
}
19171917
if (backend_src != backend_dst) {

0 commit comments

Comments
 (0)