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.