Skip to content

Commit e6375cc

Browse files
authored
[SYCL][E2E][Joint Matrix] Move break to the correct place (#16435)
Fix minor issue causing the same test case repeat multiple times
1 parent 15929c6 commit e6375cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Matrix/joint_matrix_bfloat16_array_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ int main() {
140140
test<bfloat16, float, 2, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16>();
141141
test<bfloat16, float, 2, /*TM*/ 1, /*TN*/ 64, /*TK*/ 16>();
142142
test<bfloat16, float, 2, /*TM*/ 32, /*TN*/ 64, /*TK*/ 16>();
143-
break;
144143
#endif
144+
break;
145145
}
146146

147147
if (combinations[i].nsize == 8) { // architecture::intel_gpu_dg2*

0 commit comments

Comments
 (0)