Stream Management
[CUDA Driver API]


Functions

CUresult cuStreamCreate (CUstream *phStream, unsigned int Flags)
 Create a stream.
CUresult cuStreamDestroy (CUstream hStream)
 Destroys a stream.
CUresult cuStreamQuery (CUstream hStream)
 Determine status of a compute stream.
CUresult cuStreamSynchronize (CUstream hStream)
 Wait until a stream's tasks are completed.
CUresult cuStreamWaitEvent (CUstream hStream, CUevent hEvent, unsigned int Flags)
 Make a compute stream wait on an event.

Detailed Description

This section describes the stream management functions of the low-level CUDA driver application programming interface.

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA