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 event in old OpenCL interop constructor (#6214)
#6180 moved the retain logic for
events to the make_event interop API. However, this means that the old
OpenCL interop constructor for event does not retain the native event.
These changes add the retain logic directly to the old OpenCL interop
constructor for OpenCL.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments