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
[SYCL][Graph] Fix memory leak multithreading Finalize test
'queue::submit' function is not thread-safe.
Consequently, threads in Finalize test cannot safely submit their graph to the same queue (this generates sometimes memory leaks).
This commit updates this test so that each thread submits its graph to a differentes queue.
0 commit comments