Skip to content

[LPT] Plugin tests cleanup #30700

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

v-Golubev
Copy link
Contributor

@v-Golubev v-Golubev commented May 23, 2025

Details:

  • LayerTransformation::Params is removed from plugin tests parameters, since this param doesn't affect plugin tests behavior at all
  • Some legacy test classes are removed
  • LayerTransformation base class cleanup: unused helpers/structures are removed

Tickets:

  • N\A

@v-Golubev v-Golubev requested review from a team as code owners May 23, 2025 15:08
@github-actions github-actions bot added category: IE Tests OpenVINO Test: plugins and common category: GPU OpenVINO GPU plugin category: CPU OpenVINO CPU plugin category: LP transformations OpenVINO Low Precision transformations labels May 23, 2025
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This legacy test is removed since it duplicates more actual mat_mul_transformation.cpp test

@@ -48,16 +48,13 @@ const std::vector<MultiplyToGroupConvolutionTransformationParam> params = {
"U8",
true}};

//Comment out the tests because of the transformation is disabled by another WR
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These tests are skipped in skip_tests_config.cpp as it is a more preferrable way to skip the instances

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This legacy test is removed since it duplicates more actual ConcatWithNeighborsGraphTransformation test. The same is actual for output_layers_concat_multi_channel.cpp

@v-Golubev v-Golubev added this to the 2025.3 milestone May 23, 2025
@v-Golubev v-Golubev force-pushed the vg/lpt/plugin_tests_cleanup branch from 9016efd to 83a1e39 Compare May 23, 2025 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin category: GPU OpenVINO GPU plugin category: IE Tests OpenVINO Test: plugins and common category: LP transformations OpenVINO Low Precision transformations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants