[CPU][TESTS][LPT] MatMulTransformations test-cases removed from skip config (#7181)

This commit is contained in:
Vladislav Golubev 2021-08-23 08:59:54 +03:00 committed by GitHub
parent f77d838e6c
commit 55bf88473a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,8 +52,6 @@ std::vector<std::string> 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.*)",