Skip to content

Commit dada517

Browse files
committed
fix whitespace
1 parent 24f32df commit dada517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ __kernel void mul_mm_f16_f32_kq(
268268
uint subMatrixCStartInElements = depth_B * N * M + row * M + col;
269269
mm_store_c_N(matrix_C, regC_1, regC_2, regC_3, regC_4,regC_5, regC_6, regC_7,regC_8, subMatrixCStartInElements, line_stride_matrix_C_in_bytes, (N-block_id_n*32));
270270

271-
}
271+
}

0 commit comments

Comments
 (0)