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

[DeviceSanitizer] Unmap/Release virtual memory when there is no dependency #2065

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

Conversation

zhaomaosu
Copy link
Contributor

Now, we don't unmap/release virtual memory even if the corresponding USM is freed. This will cause device out of memory issue if a program runs for a long time.

…dency

Now, we don't unmap/release virtual memory even if the corresponding USM
is freed. This will cause device out of memory issue if a program runs
for a long time.
@zhaomaosu zhaomaosu requested a review from a team as a code owner September 6, 2024 06:05
@github-actions github-actions bot added loader Loader related feature/bug sanitizer Sanitizer layer issues/changes/specification labels Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
loader Loader related feature/bug sanitizer Sanitizer layer issues/changes/specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant