Disable conv_int8_activation_eltwise_quantize_onednn/bsv32_fsv32 (#11708)

Tests fail because eltwise is not fused properly to convolution.

Ticket: 85205
This commit is contained in:
Mateusz Tabaka
2022-05-23 12:50:53 +02:00
committed by GitHub
parent 488315fe2e
commit fbc99ef1ad

View File

@@ -2989,7 +2989,7 @@ INSTANTIATE_TEST_SUITE_P(fusings_gpu, conv_int8_activation_eltwise_quantize_oned
convolution_test_params{ CASE_CONV_U8S8_3, 2, 5 },
convolution_test_params{ CASE_CONV_U8S8_4, 2, 5 },
convolution_test_params{ CASE_CONV_U8S8_7, 2, 5 },
convolution_test_params{ CASE_CONV_U8S8_8, 2, 5 },
//convolution_test_params{ CASE_CONV_U8S8_8, 2, 5 },
convolution_test_params{ CASE_CONV_U8S8_11, 2, 5 },
convolution_test_params{ CASE_CONV_U8S8_12, 2, 5 },
convolution_test_params{ CASE_CONV_U8S8_13, 2, 5 },
@@ -3000,7 +3000,7 @@ INSTANTIATE_TEST_SUITE_P(fusings_gpu, conv_int8_activation_eltwise_quantize_oned
convolution_test_params{ CASE_CONV_S8S8_3, 2, 5 },
convolution_test_params{ CASE_CONV_S8S8_4, 2, 5 },
convolution_test_params{ CASE_CONV_S8S8_7, 2, 5 },
convolution_test_params{ CASE_CONV_S8S8_8, 2, 5 },
//convolution_test_params{ CASE_CONV_S8S8_8, 2, 5 },
convolution_test_params{ CASE_CONV_S8S8_12, 2, 5 },
convolution_test_params{ CASE_CONV_S8S8_13, 2, 5 },
convolution_test_params{ CASE_CONV_S8S8_14, 2, 5 },