Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Fix memory leak by adding a synch point #816

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

bso-intel
Copy link

SYCL::stream won't be deallocated without a synchronization point.
So, I added a simple q.wait() to avoid memory leak.

Signed-off-by: Byoungro So [email protected]

SYCL::stream won't be deallocated without a synchronization point.
So, I added a simple q.wait() to avoid memory leak.

Signed-off-by: Byoungro So <[email protected]>
@bso-intel bso-intel requested a review from a team as a code owner February 8, 2022 22:29
@bso-intel bso-intel requested a review from vladimirlaz February 8, 2022 22:29
@vladimirlaz vladimirlaz merged commit 43b8bcd into intel:intel Feb 9, 2022
@bso-intel bso-intel deleted the fix-stream branch February 9, 2022 06:14
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Apr 12, 2022
SYCL::stream won't be deallocated without a synchronization point.
So, I added a simple q.wait() to avoid memory leak.

Signed-off-by: Byoungro So <[email protected]>
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…#816)

SYCL::stream won't be deallocated without a synchronization point.
So, I added a simple q.wait() to avoid memory leak.

Signed-off-by: Byoungro So <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants