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.

Detailed Description

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

Generated by Doxygen on Mon Mar 30 23:16:10 2009 for NVIDIA CUDA Library  NVIDIA