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] Simplify edge clusters collection procedure #28876

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

Conversation

EgorDuplensky
Copy link
Contributor

@EgorDuplensky EgorDuplensky commented Feb 7, 2025

By utilizing the fact, that the base edge is always the first edge in the cluster.
This helps to avoid unnecessary looping when updating the referencing edges.
Also allocated dynamic output edges before the regions are created, so there is no need to create those regions and then removed them anyway.

@EgorDuplensky EgorDuplensky requested review from a team as code owners February 7, 2025 13:21
@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Feb 7, 2025
@EgorDuplensky EgorDuplensky force-pushed the simplify_memory_reuse_new_3 branch 2 times, most recently from 240f806 to 8f6c29c Compare February 10, 2025 12:09
@EgorDuplensky EgorDuplensky force-pushed the simplify_memory_reuse_new_3 branch from 8f6c29c to ece7d35 Compare February 10, 2025 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant