Skip to content

Commit bd47cba

Browse files
authored
indent++ [no-ci]
1 parent aa76826 commit bd47cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/set_rows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ static void set_rows_sycl(ggml_backend_sycl_context & ctx, const ggml_tensor * s
157157
dpct::queue_ptr stream = ctx.stream();
158158
switch (dst->type) {
159159
case GGML_TYPE_F32:
160-
set_rows_sycl<TIn, TIdx, float>(
160+
set_rows_sycl<TIn, TIdx, float>(
161161
src0_d, src1_d, (char *)dst->data,
162162
ne00, ne01, ne02, ne03,
163163
ne11, ne12,

0 commit comments

Comments
 (0)