Skip to content

Commit faec54c

Browse files
format
1 parent 2859fd6 commit faec54c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test-e2e/Matrix/joint_matrix_copy_impl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ void matrix_multiply(big_matrix<T1, NUM_ROWS_C, NUM_COLS_C> &C,
5656
ext::intel::experimental::matrix::layout::packed>
5757
sub_b;
5858
joint_matrix<sub_group, int32_t, use::accumulator, TM, TN> sub_c;
59-
joint_matrix<sub_group, float, use::a, TM, TK, layout::row_major> sub_d;
59+
joint_matrix<sub_group, float, use::a, TM, TK, layout::row_major>
60+
sub_d;
6061

6162
joint_matrix_fill(sg, sub_c, 0);
6263
for (int k = 0; k < K / TK; k += 1) {

0 commit comments

Comments
 (0)