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] Retain PI events until they have signaled (#3350)
It is illegal to destroy an event until it is completed in the GPU.
This change prevents sporadic failures due to Level-Zero RT crashes because we released event too early.
I am adding E2E test: intel/llvm-test-suite#180
Signed-off-by: Sergey V Maslov <[email protected]>
0 commit comments