Skip to content

Commit

Permalink
[NVIDIA] Enable Convolution/LSTM tests in test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Pavliuk authored and nkogteva committed Aug 10, 2023
1 parent b412187 commit af04e97
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/nvidia_plugin/tests/functional/skip_tests_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ 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

0 comments on commit af04e97

Please sign in to comment.