Stream Management
[CUDA Runtime API]


Functions

cudaError_t cudaStreamCreate (cudaStream_t *pStream)
 Create an asynchronous stream.
cudaError_t cudaStreamDestroy (cudaStream_t stream)
 Destroys and cleans up an asynchronous stream.
cudaError_t cudaStreamQuery (cudaStream_t stream)
 Queries an asynchronous stream for completion status.
cudaError_t cudaStreamSynchronize (cudaStream_t stream)
 Waits for stream tasks to complete.
cudaError_t cudaStreamWaitEvent (cudaStream_t stream, cudaEvent_t event, unsigned int flags)
 Make a compute stream wait on an event.

Detailed Description

This section describes the stream management functions of the CUDA runtime application programming interface.

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA