@@ -206,7 +206,7 @@ PERF_TEST_P_(DNNTestNetwork, YOLOv3)
206
206
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH && target == DNN_TARGET_OPENCL_FP16)
207
207
throw SkipTestException (" Test is disabled in OpenVINO 2020.4" );
208
208
#endif
209
- #if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ (2021010000) // nGraph compilation failure
209
+ #if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_GE (2021010000) // nGraph compilation failure
210
210
if (target == DNN_TARGET_MYRIAD)
211
211
throw SkipTestException (" " );
212
212
#endif
@@ -241,7 +241,7 @@ PERF_TEST_P_(DNNTestNetwork, YOLOv4_tiny)
241
241
{
242
242
if (backend == DNN_BACKEND_HALIDE)
243
243
throw SkipTestException (" " );
244
- #if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ (2021010000) // nGraph compilation failure
244
+ #if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_GE (2021010000) // nGraph compilation failure
245
245
if (target == DNN_TARGET_MYRIAD)
246
246
throw SkipTestException (" " );
247
247
#endif
@@ -276,9 +276,9 @@ PERF_TEST_P_(DNNTestNetwork, Inception_v2_Faster_RCNN)
276
276
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019)
277
277
throw SkipTestException (" Test is disabled in OpenVINO 2019R2" );
278
278
#endif
279
- #if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ (2021010000)
280
- if (backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH && target == DNN_TARGET_MYRIAD)
281
- throw SkipTestException (" Test is disabled in OpenVINO 2021.1 / MYRIAD" );
279
+ #if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_GE (2021010000)
280
+ if (target == DNN_TARGET_MYRIAD)
281
+ throw SkipTestException (" Test is disabled in OpenVINO 2021.1+ / MYRIAD" );
282
282
#endif
283
283
if (backend == DNN_BACKEND_HALIDE ||
284
284
(backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019 && target != DNN_TARGET_CPU) ||
0 commit comments