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][CUDA] Use cuEventQuery to check event completion status (#3544)
Previously the completion status of a PI CUDA event (returned by a
`get_info` query for `info::event::command_execution_status`) would only
be changed to `command_execution_status::complete` once the event had
been waited upon.
This changes the mechanism to query the underlying event's execution
status using `cuEventQuery` if the event has not been waited upon.
0 commit comments