Skip to content

[GPU] Fix memory issues in weightless cache with ov::Model #30206

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

Merged
merged 3 commits into from
Apr 23, 2025

Conversation

tkrupa-intel
Copy link
Contributor

Details:

  • This change makes sure that the shared_ptr to ov::Model is not held anywhere so that the memory can be released once the import is completed.

Tickets:

@tkrupa-intel tkrupa-intel requested review from a team as code owners April 18, 2025 15:02
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Apr 18, 2025
Copy link
Contributor

@e-ddykim e-ddykim left a comment

Choose a reason for hiding this comment

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

I checked that it resolved the original issue.

@p-durandin p-durandin enabled auto-merge April 22, 2025 13:33
@p-durandin p-durandin added this pull request to the merge queue Apr 23, 2025
Merged via the queue into openvinotoolkit:master with commit ec7d46f Apr 23, 2025
168 of 169 checks passed
akuporos pushed a commit to akuporos/openvino that referenced this pull request Apr 23, 2025
…oolkit#30206)

### Details:
- This change makes sure that the shared_ptr to ov::Model is not held
anywhere so that the memory can be released once the import is
completed.

### Tickets:
 - CVS-165231
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants