cudaStreamCreateWithFlags: Create an asynchronous stream

Description Usage Arguments Value References See Also

Description

Creates a new asynchronous stream. The flags argument determines the behaviors of the stream. Valid values for flags are - cudaStreamDefault: Default stream creation flag. - cudaStreamNonBlocking: Specifies that work running in the created stream may run concurrently with work in stream 0 (the NULL stream), and that the created stream should perform no implicit synchronization with stream 0.

Usage

1

Arguments

flags

Parameters for stream creation

Value

pStream

References

http://docs.nvidia.com/cuda/cuda-driver-api/index.html

See Also

cudaStreamCreate cudaStreamQuery cudaStreamSynchronize cudaStreamWaitEvent cudaStreamAddCallback cudaStreamDestroy


duncantl/RCUDA documentation built on May 15, 2019, 5:26 p.m.