-
Notifications
You must be signed in to change notification settings - Fork 760
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
[UR][L0] Release parent of sub-buffer when sub-buffer dies #17489
base: sycl
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I think you may be missing a rebase based on the patch due to the windows code gen failure.,
That's odd. It should be based off tip. |
Associated change in earlier UR 0.11.x branch: oneapi-src/unified-runtime#2734 |
The windows error seems unrelated, if this has already been rebased it may be a CI issue. |
This commit fixes an issue where the sub-buffer object in the L0 V1 adapter would not release its retained parent, causing leaks. Signed-off-by: Larsen, Steffen <[email protected]>
d532e64
to
1a4c29f
Compare
This commit fixes an issue where the sub-buffer object in the L0 V1 adapter would not release its retained parent, causing leaks.