Skip to content

[UR][L0][L0v2] Remove redundant cleanup from async alloc #19473

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 1 commit into from
Jul 16, 2025

Conversation

kswiecicki
Copy link
Contributor

The current implementation unnecessarily cleans up the freelist when enqueueing new USM allocations. This creates a potential scenario where active allocations present in the freelist could be incorrectly freed.

@kswiecicki kswiecicki requested a review from a team as a code owner July 16, 2025 12:59
The current implementation unnecessarily cleans up the freelist when
enqueueing new USM allocations. This creates a potential scenario where
active allocations present in the freelist could be incorrectly freed.
@kswiecicki
Copy link
Contributor Author

@intel/llvm-gatekeepers, someone merge this please.

@igchor igchor merged commit 4d6499a into intel:sycl Jul 16, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants