Skip to content

Commit

Permalink
[SYCL][E2E][Joint Matrix] Move break to the correct place (#16435)
Browse files Browse the repository at this point in the history
Fix minor issue causing the same test case repeat multiple times
  • Loading branch information
YuriPlyakhin authored Dec 23, 2024
1 parent 15929c6 commit e6375cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/Matrix/joint_matrix_bfloat16_array_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ int main() {
test<bfloat16, float, 2, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16>();
test<bfloat16, float, 2, /*TM*/ 1, /*TN*/ 64, /*TK*/ 16>();
test<bfloat16, float, 2, /*TM*/ 32, /*TN*/ 64, /*TK*/ 16>();
break;
#endif
break;
}

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

0 comments on commit e6375cc

Please sign in to comment.