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] United Static and Dynamic Loops into one node #24525

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

Conversation

a-sidorova
Copy link
Contributor

@a-sidorova a-sidorova commented May 15, 2024

Details:

  • United LoopEndStatic and LoopEndDynamic into one node LoopEnd to avoid extra conditions in the code and improve performance since some pointer data shifts might be known and compiled in JIT code
  • Removed dynamic aarch64 loop emitters since they don't work anyway CVS-141550
  • Added support dynamism to IdentifyBuffers and DefineBufferClusters. It's not efficient algorithm since we don't know exact values of data pointer shifts and cannot be sure that they will be proportionally in runtime. It should be implemented as the separate feature based on some judgments, for example

Tickets:

  • 141268

Prerequisites:

@github-actions github-actions bot added category: IE Tests OpenVINO Test: plugins and common category: CPU OpenVINO CPU plugin labels May 15, 2024
@a-sidorova a-sidorova force-pushed the feature/snippets/dynamism/unite_loops branch 2 times, most recently from d23fafe to 6895d11 Compare May 15, 2024 12:08
@a-sidorova a-sidorova marked this pull request as ready for review May 15, 2024 12:28
@a-sidorova a-sidorova requested review from a team as code owners May 15, 2024 12:28
@a-sidorova a-sidorova force-pushed the feature/snippets/dynamism/unite_loops branch 2 times, most recently from 050f9ab to 4d487e3 Compare May 21, 2024 04:59
@github-actions github-actions bot removed the category: IE Tests OpenVINO Test: plugins and common label May 21, 2024
@a-sidorova a-sidorova force-pushed the feature/snippets/dynamism/unite_loops branch from 4d487e3 to 3933dac Compare May 21, 2024 05:27
@a-sidorova a-sidorova added this to the 2024.3 milestone May 21, 2024
Copy link
Contributor

@v-Golubev v-Golubev left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@a-sidorova a-sidorova force-pushed the feature/snippets/dynamism/unite_loops branch from 3ecf794 to a963836 Compare May 23, 2024 10:11
@a-sidorova a-sidorova force-pushed the feature/snippets/dynamism/unite_loops branch from a963836 to f5f86f2 Compare May 27, 2024 08:08
@a-sidorova
Copy link
Contributor Author

@IvanNovoselov may I ask you to take a look at the changes please?

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.

None yet

3 participants