From 3961a241cd940c43ba10b49a73d0696fd3409942 Mon Sep 17 00:00:00 2001 From: Eddy Kim Date: Mon, 13 Jun 2022 13:25:59 +0900 Subject: [PATCH] Revert "Disable fc_int8_inputs_fused_fp32_sum (#11709)" (#11863) --- .../intel_gpu/tests/fusions/fully_connected_fusion_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/intel_gpu/tests/fusions/fully_connected_fusion_test.cpp b/src/plugins/intel_gpu/tests/fusions/fully_connected_fusion_test.cpp index 9a25aa1599c..9c3f5e080f4 100644 --- a/src/plugins/intel_gpu/tests/fusions/fully_connected_fusion_test.cpp +++ b/src/plugins/intel_gpu/tests/fusions/fully_connected_fusion_test.cpp @@ -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