Skip to main content

event_create_with_flags

Function event_create_with_flags 

Source
pub fn event_create_with_flags(flags: EventFlags) -> CudaRtResult<CudaEvent>
Expand description

Create a CUDA event with the given flags.

Mirrors cudaEventCreateWithFlags.

ยงErrors

Propagates driver errors.