Skip to content

Commit aa20ee1

Browse files
authored
Remove blank line in repeat_back.cpp
Remove unnecessary blank line before assigning acc to dst_dd.
1 parent 2c8f977 commit aa20ee1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-sycl/repeat_back.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ void ggml_sycl_op_repeat_back(ggml_backend_sycl_context & ctx, ggml_tensor * dst
7171
j2 -= carry * nr2;
7272
j3 += carry;
7373
}
74-
7574
dst_dd[i] = acc;
7675
});
7776
}

0 commit comments

Comments
 (0)