Skip to content

Commit 84feb07

Browse files
committed
One more missed :)
1 parent 2103f1b commit 84feb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Matrix/joint_matrix_bfloat16_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ int main() {
134134
// test<bfloat16, float, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32>();
135135
// test<bfloat16, bfloat16, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32>();
136136
// test<bfloat16, float, /*TM*/ 32, /*TN*/ 64, /*TK*/ 32>();
137-
// test<bfloat16, bfloat16, /*TM*/ 32, /*TN*/ 64, /*TK*/ 16>();
137+
// test<bfloat16, bfloat16, /*TM*/ 32, /*TN*/ 64, /*TK*/ 32>();
138138
#endif
139139
break;
140140
}

0 commit comments

Comments
 (0)