12.07.2015 Views

NVIDIA CUDA

NVIDIA CUDA

NVIDIA CUDA

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

80 Module Documentation3.13 Version ManagementFunctions• cudaError_t cudaDriverGetVersion (int ∗driverVersion)Returns the <strong>CUDA</strong> driver version.• cudaError_t cudaRuntimeGetVersion (int ∗runtimeVersion)Returns the <strong>CUDA</strong> Runtime version.3.13.1 Function Documentation3.13.1.1 cudaError_t cudaDriverGetVersion (int ∗ driverVersion)Returns in ∗driverVersion the version number of the installed <strong>CUDA</strong> driver. If no driver is installed, then 0 isreturned as the driver version (via driverVersion). This function automatically returns cudaErrorInvalidValue ifthe driverVersion argument is NULL.Parameters:driverVersion - Returns the <strong>CUDA</strong> driver version.Returns:Note:See also:cudaSuccess, cudaErrorInvalidValueNote that this function may also return error codes from previous, asynchronous launches.cudaRuntimeGetVersion3.13.1.2 cudaError_t cudaRuntimeGetVersion (int ∗ runtimeVersion)Returns in ∗runtimeVersion the version number of the installed <strong>CUDA</strong> Runtime. This function automaticallyreturns cudaErrorInvalidValue if the runtimeVersion argument is NULL.Parameters:runtimeVersion - Returns the <strong>CUDA</strong> Runtime version.Returns:See also:cudaSuccess, cudaErrorInvalidValuecudaDriverGetVersionGenerated on Wed Apr 1 16:11:42 2009 for <strong>NVIDIA</strong> <strong>CUDA</strong> Library by Doxygen

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!