Skip to content

Commit 3c797a3

Browse files
committed
put back a combination deletect by accident
1 parent 84feb07 commit 3c797a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test-e2e/Matrix/joint_matrix_bfloat16_impl.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ int main() {
129129
// test<bfloat16, bfloat16, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16>();
130130
test<bfloat16, float, /*TM*/ 1, /*TN*/ 64, /*TK*/ 16>();
131131
// test<bfloat16, bfloat16, /*TM*/ 1, /*TN*/ 64, /*TK*/ 16>();
132+
test<bfloat16, float, /*TM*/ 32, /*TN*/ 64, /*TK*/ 16>();
133+
// test<bfloat16, bfloat16, /*TM*/ 32, /*TN*/ 64, /*TK*/ 16>();
132134
// test<bfloat16, float, /*TM*/ 32, /*TN*/ 64, /*TK*/ 32>();
133135
// test<bfloat16, bfloat16, /*TM*/ 32, /*TN*/ 64, /*TK*/ 32>();
134136
// test<bfloat16, float, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32>();

0 commit comments

Comments
 (0)