Skip to content

Commit 431ae7b

Browse files
authored
Update joint_matrix_half.cpp
remove whitespaces
1 parent 6569c21 commit 431ae7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Matrix/joint_matrix_half.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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, layout::row_major,
44+
test<half, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16, layout::row_major,
4545
1>();
4646
test<half, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16,
4747
layout::ext_intel_packed, 2>();

0 commit comments

Comments
 (0)