Skip to content

Commit

Permalink
[CPU] Skip conv nspc sporadic test (openvinotoolkit#5851)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnick authored and yekruglov committed Jun 7, 2021
1 parent fb3ef94 commit 789855a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*_DW_GroupConv.*_inPRC=BF16.*_inFmts=(ndhwc|nCdhw16c).*)",
// TODO: 56143. Enable nspc convolutions for bf16 precision
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.*)",

// incorrect reference implementation
R"(.*NormalizeL2LayerTest.*axes=\(\).*)",
Expand Down

0 comments on commit 789855a

Please sign in to comment.