pub fn event_synchronize(event: CudaEvent) -> CudaRtResult<()>Expand description
Block the calling thread until event is recorded.
Mirrors cudaEventSynchronize.
ยงErrors
Propagates driver errors.
pub fn event_synchronize(event: CudaEvent) -> CudaRtResult<()>Block the calling thread until event is recorded.
Mirrors cudaEventSynchronize.
Propagates driver errors.