Skip to content

Commit

Permalink
Disable fc_int8_inputs_fused_fp32_sum (openvinotoolkit#11709)
Browse files Browse the repository at this point in the history
Ticket: 85210
  • Loading branch information
mateusztabaka authored May 25, 2022
1 parent fa7ca20 commit 5ffba43
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ INSTANTIATE_TEST_SUITE_P(fusings_gpu, fc_int8_inputs_fused_fp32_sum, ::testing::
// OneDNN has issue with small shapes - ticket 7064
// fully_connected_test_params{ CASE_FC_U8S8_3D_1, 2, 4 },
// fully_connected_test_params{ CASE_FC_U8S8_3D_2, 2, 4 },
fully_connected_test_params{ CASE_FC_U8S8_3D_4, 2, 4 },
// fails with 'Invalid input shapes'
// fully_connected_test_params{ CASE_FC_U8S8_3D_4, 2, 4 },
}));
#endif

0 comments on commit 5ffba43

Please sign in to comment.