Skip to main content

stream_create_with_flags

Function stream_create_with_flags 

Source
pub fn stream_create_with_flags(flags: StreamFlags) -> CudaRtResult<CudaStream>
Expand description

Create a new CUDA stream with the given flags.

Mirrors cudaStreamCreateWithFlags.

ยงErrors

Propagates driver errors.