Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NVIDIA] Update skip tests config #697

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 12 additions & 93 deletions modules/nvidia_plugin/tests/functional/skip_tests_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,112 +10,21 @@

std::vector<std::string> disabledTestPatterns() {
std::vector<std::string> retVector{
// CVS-66280
R"(.*canLoadCorrectNetworkAndCheckConfig.*)",
R"(.*canSetCorrectConfigLoadNetworkAndCheckConfig.*)",
//
R"(.*ExclusiveAsyncRequests.*)",
R"(.*ReusableCPUStreamsExecutor.*)",
// CVS-55937
R"(.*SplitLayerTest.*numSplits=30.*)",
// CVS-51758
R"(.*InferRequestPreprocessConversionTest.*oLT=(NHWC|NCHW).*)",
R"(.*InferRequestPreprocessDynamicallyInSetBlobTest.*oPRC=0.*oLT=1.*)",
// Not Implemented
R"(.*Behavior.*ExecutableNetworkBaseTest.*(canSetConfigToExecNet|canSetConfigToExecNetAndCheckConfigAndCheck).*)",
R"(.*Behavior.*ExecutableNetworkBaseTest.*(CheckExecGraphInfoBeforeExecution|CheckExecGraphInfoAfterExecution|CheckExecGraphInfoSerialization).*)",
R"(.*Behavior.*ExecutableNetworkBaseTest.*canExport.*)",
R"(.*Behavior.*ExecutableNetworkBaseTest.*(CanCreateTwoExeNetworksAndCheckFunction).*)",
R"(.*Behavior.*ExecutableNetworkBaseTest.*(checkGetExecGraphInfoIsNotNullptr).*)",
R"(.*LoadNetworkCreateDefaultExecGraphResult.*)",

// TODO: Round with f16 is not supported
R"(.*smoke_Hetero_BehaviorTests.*OVExecGraphImportExportTest.*readFromV10IR.*)",
// TODO: support import / export of precisions in template plugin
R"(.*smoke_Hetero_BehaviorTests.*OVExecGraphImportExportTest.ieImportExportedFunction.*)",
R"(.*smoke_BehaviorTests.*OVExecGraphImportExportTest.ieImportExportedFunction.*)",
// TODO: Round with f16 is not supported
R"(.*smoke_Hetero_BehaviorTests.*OVExecGraphImportExportTest.*readFromV10IR.*)",
R"(.*importExportedIENetworkParameterResultOnly.*elementType=(i8|u8).*)",
R"(.*importExportedIENetworkParameterResultOnly.*elementType=(i16|u16).*)",
R"(.*importExportedIENetworkParameterResultOnly.*elementType=(i64|u64).*)",
R"(.*importExportedIENetworkParameterResultOnly.*elementType=u32.*)",
R"(.*importExportedIENetworkConstantResultOnly.*elementType=(u32|u64).*)",

// CVS-64094
R"(.*ReferenceLogSoftmaxLayerTest.*4.*iType=f16.*axis=.*1.*)",
// CVS-64012
R"(.*ReferenceDeformableConvolutionLayerTest.*f16.*real_offset_padding_stride_dialation.*)",
R"(.*ReferenceDeformableConvolutionLayerTest.*bf16.*)",
R"(.*ReferenceDeformableConvolutionV8LayerTest.*f16.*real_offset_padding_stride_dialation.*)",
R"(.*ReferenceDeformableConvolutionV8LayerTest.*bf16.*)",
R"(.*ReferenceDeformableConvolutionV8LayerTest.*f64.*mask.*)",
// CVS-63973
R"(.*ReferencePSROIPoolingLayerTest.*bf16.*)",
// CVS-63977
R"(.*ReferenceProposalV1LayerTest.*f16.*)",
// CVS-64082
R"(.*ReferenceProposalV4LayerTest.*f16.*)",
// CVS-64101
R"(.*ReferenceExperimentalGPLayerTest.*bf16.*)",
// CVS-64105
R"(.*ReferenceGatherElementsTestNegative.*)",
// CVS-64052
R"(.*ReferenceStridedSliceLayerTest.*strided_slice_stride_optional_dynamic)",
// CVS-64017
R"(.*ReferenceGatherTest.*dType=i16.*)",
R"(.*ReferenceGatherTest.*dType=u16.*)",
R"(.*ReferenceGatherTest.*dType=bf16.*)",
R"(.*ReferenceGatherTest.*dType=f64.*)",
// CVS-64110
R"(.*ReferenceGatherTestV7.*dType=i16.*)",
R"(.*ReferenceGatherTestV7.*dType=u16.*)",
R"(.*ReferenceGatherTestV7.*dType=bf16.*)",
R"(.*ReferenceGatherTestV7.*dType=f64.*)",
// CVS-64037
R"(.*ReferencePadTest.*pad_exterior_2d_0x0)",
R"(.*ReferencePadTest.*pad_exterior_2d_0x3)",
R"(.*ReferencePadTest.*pad_exterior_2d_3x0)",
// CVS-70975
R"(.*ReferencePadTestParamsTooLarge.*)",
// CVS-64006
R"(.*ReferenceBatchToSpaceLayerTest.*dType=i4.*)",
R"(.*ReferenceBatchToSpaceLayerTest.*dType=u4.*)",
// CVS-64113
R"(.*ReferenceRollLayerTest.*dType=i4.*)",
R"(.*ReferenceRollLayerTest.*dType=u4.*)",
// CVS-64050
R"(.*ReferenceSpaceToBatchLayerTest.*dType=i4.*)",
R"(.*ReferenceSpaceToBatchLayerTest.*dType=u4.*)",
// CVS-64066
R"(.*ReferenceGRUCellTestHardsigmoidActivationFunction.*gru_cell_hardsigmoid_activation_function)",
// CVS-71381
R"(.*ReferenceExpLayerTest.*u32.*)",
R"(.*ReferenceExpLayerTest.*u64.*)",
// CVS-64054
R"(.*ReferenceTopKTest.*aType=i8.*)",
R"(.*ReferenceTopKTest.*aType=i16.*)",
R"(.*ReferenceTopKTest.*aType=u8.*)",
R"(.*ReferenceTopKTest.*aType=u16.*)",
R"(.*ReferenceTopKTest.*aType=bf16.*)",
R"(.*ReferenceTopKTest.*aType=f64.*)",
// CVS-63947
R"(.*ReferenceConcatTest.*concat_zero_.*)",
// CVS-64102
R"(.*ReferenceExperimentalPGGLayerTest.*iType=bf16.*stride_x=(32|64).*)",
// CVS-72215
R"(.*ReferenceTileTest.*aType=i4.*)",
R"(.*ReferenceTileTest.*aType=u4.*)",
// CVS-71891
R"(.*ReferenceTileTest.*rType=i4.*)",
R"(.*ReferenceTileTest.*rType=u4.*)",
R"(.*CachingSupportCase*.*ReadConcatSplitAssign.*)",
// 101751, 101746, 101747, 101748, 101755
R"(.*(d|D)ynamic*.*)",
R"(.*smoke_AutoBatch_BehaviorTests*.*)",
R"(.*smoke_Auto_BehaviorTests*.*)",
R"(.*smoke_Multi_BehaviorTests*.*)",
R"(.*HETERO(W|w)ithMULTI*.*)",
// 106454, 106628
R"(.*.*LoadNetworkToDefaultDeviceNoThrow.*)",
// Plugin version was changed to ov::Version
R"(.*VersionTest.*pluginCurrentVersionIsCorrect.*)",
// New plugin API doesn't support changes of pre-processing
Expand All @@ -128,6 +37,16 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*InferRequestIOBBlobTest.*secondCallGetOutputAfterInferSync.*)",
// Old API cannot deallocate tensor
R"(.*InferRequestIOBBlobTest.*canProcessDeallocatedOutputBlobAfterGetAndSetBlob.*)",
// 113390
R"(.*autogen_Convolution_efficientdet_d1_tf_opid641.*FP16.*)",
R"(.*autogen_Convolution_ssd_mobilenet_v2_coco_opid402.*FP16.*)",
R"(.*autogen_Convolution_yolo_v3_tf_opid181.*FP16.*)",
R"(.*resnet50_vgg16*.*)",
R"(.*autogen_FusedConvolution_2d_unet*.*)",
R"(.*autogen_FusedConvolution_3d_unet*.*)",
R"(.*LSTMSequence_Tacotron2_decoder_01.CUDALSTMSequenceTest*.*)",
R"(.*LSTMSequence_Tacotron2_decoder_02.CUDALSTMSequenceTest*.*)",
R"(.*LSTMSequence_Tacotron2_encoder_01.CUDALSTMSequenceTest*.*)",
};

#ifdef _WIN32
Expand Down
Loading