Skip to content

Commit

Permalink
[CPU] Skip roialign test. 3-rd try (openvinotoolkit#25220)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
yury-intel authored Jun 27, 2024
1 parent 6e62275 commit 8c045e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*smoke_LoopForCommon/LoopLayerCPUTest.CompareWithRefs/Input0_IS=\[1..10.1.1..10\]_.*_Input1_IS=\[1..8.1.1..8\]_.*_Input2_IS=\[1..10.\?.1..10\]_TS=.*_types=0_0_1_trip_count_type=.*_trip_count=(1|5)_exec_cond=1_netType=i8.*)",
// Issue: 142997
R"(.*smoke_TestsROIAlign_max/ROIAlignLayerTest.Inference/IS=\(\[\]\)_TS=\{\(2.8.20.20\)\}_coordShape=\(2.4\)_pooledH=2_pooledW=2_spatialScale=0.625_poolingRatio=2_poolingMode=max_modelType=f32_trgDev=CPU*)",
R"(.*smoke_TestsROIAlign_average/ROIAlignLayerTest.Inference/IS=\(\[\]\)_TS=\{\(3.8.16.16\)\}_coordShape=\(2.4\)_pooledH=2_pooledW=2_spatialScale=0.625_poolingRatio=2_poolingMode=avg_modelType=f32_trgDev=CPU*)",
R"(.*smoke_TestsROIAlign_average/ROIAlignLayerTest.Inference/IS=\(\[\]\)_TS=\{\(3.8.16.16\)\}_coordShape=\(2.4\)_pooledH=2_pooledW=2_spatialScale=1_poolingRatio=2_poolingMode=avg_modelType=f32_trgDev=CPU*)",
};

// fp32 floor for bf16 models: conversion issue
Expand Down

0 comments on commit 8c045e9

Please sign in to comment.