Skip to main content

event_synchronize

Function event_synchronize 

Source
pub fn event_synchronize(event: CudaEvent) -> CudaRtResult<()>
Expand description

Block the calling thread until event is recorded.

Mirrors cudaEventSynchronize.

ยงErrors

Propagates driver errors.