cuStreamCreate: Create a stream

Description Usage Arguments Value References See Also

Description

Creates a stream and returns a handle in phStream. The Flags argument determines behaviors of the stream. Valid values for Flags are: - CU_STREAM_DEFAULT: Default stream creation flag. - CU_STREAM_NON_BLOCKING: 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

phStream

References

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

See Also

cuStreamDestroy cuStreamCreateWithPriority cuStreamGetPriority cuStreamGetFlags cuStreamWaitEvent cuStreamQuery cuStreamSynchronize cuStreamAddCallback


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