Skip to content

Commit 834acb1

Browse files
committed
fix trailing whitespace
1 parent c24b666 commit 834acb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-opencl/kernels/mul_mat_f16_f32.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ __kernel void mul_mat_f16_f32(
4747
}
4848

4949
const int numTiles = (K + CPWK - 1) / CPWK;
50-
50+
5151
const int load_row_a = lid % OPWM;
5252
const int load_vec_k_a = lid / OPWM;
5353
const int global_row_a = offsetM + load_row_a;

0 commit comments

Comments
 (0)