cudaError_t cudaRuntimeGetVersion ( int *  runtimeVersion  ) 

Returns in *runtimeVersion the version number of the installed CUDA Runtime. This function automatically returns cudaErrorInvalidValue if the runtimeVersion argument is NULL.

Parameters:
runtimeVersion - Returns the CUDA Runtime version.
Returns:
cudaSuccess, cudaErrorInvalidValue
See also:
cudaDriverGetVersion


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA