cudaError_t cudaStreamDestroy ( cudaStream_t  stream  ) 

Destroys and cleans up the asynchronous stream specified by stream.

Parameters:
stream - Stream identifier
Returns:
cudaSuccess, cudaErrorInvalidResourceHandle
Note:
Note that this function may also return error codes from previous, asynchronous launches.
See also:
cudaStreamCreate, cudaStreamQuery, cudaStreamSynchronize


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