Revert "Disable fc_int8_inputs_fused_fp32_sum (#11709)" (#11863)

This commit is contained in:
Eddy Kim 2022-06-13 13:25:59 +09:00 committed by GitHub
parent 6e3dd4adce
commit 3961a241cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -391,7 +391,6 @@ 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 },
// fails with 'Invalid input shapes'
// fully_connected_test_params{ CASE_FC_U8S8_3D_4, 2, 4 },
fully_connected_test_params{ CASE_FC_U8S8_3D_4, 2, 4 },
}));
#endif