FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kCudaRuntime_RuntimeVersion ( kVersion version)

Reports the current Cuda runtime version.

Note, if there is no Cuda device present in the system, the Cuda runtime will not be loaded and the version cannot be determined. In this case, kERROR_NOT_FOUND may be returned.

Similarly, if the Cuda driver version is incompatible, the runtime version cannot be determined. In this case kERROR_VERSION may be returned.

Parameters
versionReceives Cuda runtime version.
Returns
Operation status (see notes).