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.
pub fn event_record(event: CudaEvent, stream: CudaStream) -> CudaRtResult<()>Record event at the current position in stream.
Mirrors cudaEventRecord.
Propagates driver errors.