Skip to content

Commit

Permalink
[ARM CPU] Enable MVN tests for f16 (openvinotoolkit#22971)
Browse files Browse the repository at this point in the history
### Tickets:
 - part of CVS-123019
  • Loading branch information
allnes authored Feb 29, 2024
1 parent 927a395 commit 889d02a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ std::vector<std::string> disabledTestPatterns() {

# if defined(OV_CPU_ARM_ENABLE_FP16)
// Issue: 123019
retVector.emplace_back(R"(smoke_CompareWithRefs_Mvn.*INFERENCE_PRECISION_HINT=f16.*)");
retVector.emplace_back(R"(smoke_staticShapes4D.*INFERENCE_PRECISION_HINT=f16.*)");
retVector.emplace_back(R"(smoke_dynamicShapes4D.*INFERENCE_PRECISION_HINT=f16.*)");
// Issue: 124309
Expand Down

0 comments on commit 889d02a

Please sign in to comment.