Skip to content

Commit 18310bf

Browse files
committed
fix trailing whitespace
1 parent 418606e commit 18310bf

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_image.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_image(
4747
}
4848

4949
__global float* C = (__global float*)((__global char*)C_buf + c_offset);
50-
50+
5151
if (n_base + 3 < N) {
5252
C[(n_base + 0) * M + m_idx] = c_vals.x;
5353
C[(n_base + 1) * M + m_idx] = c_vals.y;

0 commit comments

Comments
 (0)