Skip to content

Commit 5872cca

Browse files
authored
Update joint_matrix_half.cpp
formatting fix
1 parent c9e18e5 commit 5872cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/Matrix/joint_matrix_half.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ int main() {
4141
}
4242

4343
if (combinations[i].nsize == 8) { // architecture::intel_gpu_dg2*
44-
test<half, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16,
45-
layout::row_major, 1>();
44+
test<half, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16, layout::row_major,
45+
1>();
4646
test<half, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16,
4747
layout::ext_intel_packed, 2>();
4848
break;

0 commit comments

Comments
 (0)