File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/plugins/intel_cpu/tests/functional/shared_tests_instances Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -481,13 +481,6 @@ std::vector<std::string> disabledTestPatterns() {
481481 retVector.emplace_back (R"( .*smoke_RDFT_CPU_1D/RDFTTestCPU.CompareWithRefs/prec=f32_IS0=\[\]_TS0=\(\(126\)\)_constAxes=true_axes=\(\(0\)\)_isInverse=false.*)" );
482482 retVector.emplace_back (R"( .*smoke_RDFT_CPU_2D/RDFTTestCPU.CompareWithRefs/prec=f32_IS0=\[\]_TS0=\(\(16.38\)\)_constAxes=true_axes=\(\(0.1\)\)_isInverse=false.*)" );
483483#endif
484- if (!ov::with_cpu_x86_avx512_core ()) {
485- // Issue: MFDNN-12818
486- retVector.emplace_back (
487- R"( .*smoke_LPT/RecurrentCellTransformation.CompareWithRefImpl/f32_\[1,1,3\]_CPU_f32FQ_X_level=256_.*_FQ_W_level=255.*)" );
488- retVector.emplace_back (
489- R"( .*smoke_static/ConvertFqRnnToQuantizedRnn.CompareWithRefs/Type=GRUSequence.*2.5.10.*2.1.4.*2.1.4.*)" );
490- }
491484 if (!ov::intel_cpu::hasHardwareSupport (ov::element::bf16 )) {
492485 // on platforms which do not support bfloat16, we are disabling bf16 tests since there are no bf16 primitives,
493486 // tests are useless on such platforms
You can’t perform that action at this time.
0 commit comments