Skip to content

Commit 1962dfd

Browse files
committed
GPU tests
1 parent e7840ff commit 1962dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/intel_gpu/tests/functional/shared_tests_instances/low_precision_transformations/recurrent_cell_transformation.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ INSTANTIATE_TEST_SUITE_P(DISABLED_smoke_LPT, RecurrentCellTransformation,
9494
::testing::ValuesIn(weights_shapes),
9595
::testing::Values(ov::test::utils::DEVICE_GPU),
9696
::testing::ValuesIn(trasformationParamValues),
97+
::testing::ValuesIn({ true, false }),
9798
::testing::ValuesIn(params)),
9899
RecurrentCellTransformation::getTestCaseName);
99100
} // namespace testValues1
@@ -174,6 +175,7 @@ INSTANTIATE_TEST_SUITE_P(DISABLED_smoke_LPT, RecurrentCellTransformation,
174175
::testing::ValuesIn(weights_shapes),
175176
::testing::Values(ov::test::utils::DEVICE_GPU),
176177
::testing::ValuesIn(trasformationParamValues),
178+
::testing::ValuesIn({ true, false }),
177179
::testing::ValuesIn(params)),
178180
RecurrentCellTransformation::getTestCaseName);
179181
} // namespace testValues2

0 commit comments

Comments
 (0)