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

[Snippets] Fixed handling of Parameters with 1D shapes in SplitDimensionM pass #29573

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

Conversation

a-sidorova
Copy link
Contributor

Details:

  • Fixed handling of Parameters with 1D shapes in SplitDimensionM pass. No need to insert Reshape op on input with 1D shape since M dimension has index 1 from the end.

Tickets:

  • 149846

@a-sidorova a-sidorova requested review from a team as code owners March 19, 2025 11:42
@a-sidorova a-sidorova requested review from v-Golubev and aobolensk and removed request for a team March 19, 2025 11:42
@a-sidorova a-sidorova self-assigned this Mar 19, 2025
@github-actions github-actions bot added category: IE Tests OpenVINO Test: plugins and common category: CPU OpenVINO CPU plugin labels Mar 19, 2025
@a-sidorova a-sidorova assigned aobolensk and v-Golubev and unassigned a-sidorova Mar 19, 2025
@a-sidorova a-sidorova added this to the 2025.2 milestone Mar 19, 2025
Comment on lines +220 to +221
// if Shape rank is less than index of dimension M, no need to reshape it.
if (shape.size() <= dim_M_index)
Copy link
Contributor

Choose a reason for hiding this comment

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

Comment and condition mismatch: shape rank is "less" or "less or equal"?

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: IE Tests OpenVINO Test: plugins and common
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants