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, cudaStreamWaitEvent, cudaStreamSynchronize


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA