Skip to main content

event_record_with_flags

Function event_record_with_flags 

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

Record event at the current position in stream with flags.

Mirrors cudaEventRecordWithFlags.

ยงErrors

Propagates driver errors.