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

[CPU][TESTS] Remove sse4 instances from oneDNN related tests #28527

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EgorDuplensky
Copy link
Contributor

Seems to not worth to verify them considering how slow they are

@EgorDuplensky EgorDuplensky requested review from a team as code owners January 17, 2025 16:08
@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Jan 17, 2025
@EgorDuplensky EgorDuplensky force-pushed the remove_sse_func_test_instances branch from 40c491c to a3af54f Compare January 18, 2025 17:41
@dmitry-gorokhov dmitry-gorokhov added this to the 2025.1 milestone Jan 20, 2025
@@ -159,7 +156,6 @@ namespace ConvolutionConcat {
/* ============= Convolution (2D) ============= */
const std::vector<CPUSpecificParams> CPUParams2D = {
conv_ref_2D,
Copy link
Contributor

Choose a reason for hiding this comment

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

What about ref? Don't see big value in explicit testing on out side (and given ref conv is tremendously slow it might noticable affect scope timings).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

let's remove it as well

@dmitry-gorokhov
Copy link
Contributor

General question: what will happen if we will run Convolution tests on SSE platform? Won't the scope be empty at all after these changes?

@EgorDuplensky
Copy link
Contributor Author

EgorDuplensky commented Jan 20, 2025

General question: what will happen if we run Convolution tests on SSE platform? Won't the scope be empty at all after these changes?

Only shared tests will be executed in this case, which is fine I guess.

Seems to not worth to verify them considering how slow they are
@EgorDuplensky EgorDuplensky force-pushed the remove_sse_func_test_instances branch from a3af54f to 74fc14c Compare January 20, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants