CUDA Driver API (PDF) - CUDA Toolkit v5.5 (older) - Last updated July 18, 2013 - Send Feedback

2.3. Version Management

This section describes the version management functions of the low-level CUDA driver application programming interface.

Functions

CUresult cuDriverGetVersion ( int* driverVersion )
Returns the CUDA driver version.

Functions

CUresult cuDriverGetVersion ( int* driverVersion )
Returns the CUDA driver version.
Parameters
driverVersion
- Returns the CUDA driver version
Description

Returns in *driverVersion the version number of the installed CUDA driver. This function automatically returns CUDA_ERROR_INVALID_VALUE if the driverVersion argument is NULL.

Note:

Note that this function may also return error codes from previous, asynchronous launches.


CUDA Driver API (PDF) - CUDA Toolkit v5.5 (older) - Last updated July 18, 2013 - Send Feedback