From b3c5d926f3bf01b4d5fb84b5f6da67d83fe78b5e Mon Sep 17 00:00:00 2001 From: Vladislav Golubev Date: Mon, 23 Aug 2021 08:59:54 +0300 Subject: [PATCH] [CPU][TESTS][LPT] MatMulTransformations test-cases removed from skip config (#7181) --- .../plugin/cpu/shared_tests_instances/skip_tests_config.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp b/inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp index f46f975f9791e8..984250795b5386 100644 --- a/inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp +++ b/inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp @@ -52,8 +52,6 @@ std::vector disabledTestPatterns() { R"(.*ConvolutionLayerCPUTest.*BF16.*_inFmts=(ndhwc|nhwc).*)", // TODO: 56827. Sporadic test failures R"(.*smoke_Conv.+_FP32.ConvolutionLayerCPUTest\.CompareWithRefs.IS=\(1\.67.+\).*inFmts=n.+c.*_primitive=jit_avx2.*)", - // lpt transformation produce the same names for MatMul and Multiply - R"(.*MatMulTransformation.*)", // incorrect jit_uni_planar_convolution with dilation = {1, 2, 1} and output channel 1 R"(.*smoke_Convolution3D.*D=\(1.2.1\)_O=1.*)",