Skip to main content

event_record

Function event_record 

Source
pub fn event_record(event: CudaEvent, stream: CudaStream) -> CudaRtResult<()>
Expand description

Record event at the current position in stream.

Mirrors cudaEventRecord.

ยงErrors

Propagates driver errors.