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

Refactor gpu tests #21448

Merged
merged 7 commits into from
Dec 7, 2023
Merged

Conversation

olpipi
Copy link
Contributor

@olpipi olpipi commented Dec 4, 2023

Details:

  • Refactor gpu tests to get rid of API 1.0
  • This is a 1st commit of the series

Tickets:

@olpipi olpipi requested review from a team as code owners December 4, 2023 12:34
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Dec 4, 2023
@olpipi olpipi removed request for a team December 4, 2023 12:35
@olpipi olpipi force-pushed the refactor_gpu_tests branch from 513ebb4 to afb250c Compare December 5, 2023 15:08
@olpipi olpipi changed the title [DO NOT REVIEW][WIP] Refactor gpu tests Refactor gpu tests Dec 5, 2023
@olpipi olpipi requested a review from vurusovs December 5, 2023 15:24
@olpipi olpipi requested a review from iefode December 5, 2023 15:24
@olpipi olpipi force-pushed the refactor_gpu_tests branch from 92bef7c to 30b3aad Compare December 5, 2023 20:34
@@ -51,7 +40,7 @@ static const std::vector<params> test_params = {
{ov::element::f32, ov::element::f16},
};

INSTANTIATE_TEST_SUITE_P(smoke_GPU_BehaviorTests, InferencePrecisionTests, ::testing::ValuesIn(test_params), InferencePrecisionTests::getTestCaseName);
//INSTANTIATE_TEST_SUITE_P(smoke_GPU_BehaviorTests, InferencePrecisionTests, ::testing::ValuesIn(test_params), InferencePrecisionTests::getTestCaseName);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was it skipped intentionally?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this was made accidentally
fixed

@olpipi olpipi force-pushed the refactor_gpu_tests branch from 30b3aad to 687ca54 Compare December 6, 2023 13:40
@vurusovs vurusovs merged commit a8a493a into openvinotoolkit:master Dec 7, 2023
56 checks passed
akuporos pushed a commit to akuporos/openvino that referenced this pull request Dec 8, 2023
* Refator gpu beh tests

* Refactor concurency tests

* Refactor gpu dynamic tests

* Refactor gpu subgraph tests

* Refactor gpu single layer tests

* Fix

* Fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants