You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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)
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]>
0 commit comments