cudaError_t cudaEventDestroy ( cudaEvent_t  event  ) 

Destroys the specified event object.

Parameters:
event - Event to destroy
Returns:
cudaSuccess, cudaErrorInitializationError, cudaErrorPriorLaunchFailure, cudaErrorInvalidValue
Note:
Note that this function may also return error codes from previous, asynchronous launches.
See also:
cudaEventCreate, cudaEventCreateWithFlags, cudaEventQuery, cudaEventSynchronize, cudaEventRecord, cudaEventElapsedTime


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA