cuda.bindings.nvml.system_get_driver_version#

cuda.bindings.nvml.system_get_driver_version() str#

Retrieves the version of the system’s graphics driver.

For all products. The version identifier is an alphanumeric string. It will not exceed 80 characters in length (including the NULL terminator). See nvmlConstants::NVML_SYSTEM_DRIVER_VERSION_BUFFER_SIZE.

Returns:

Reference in which to return the version identifier.

Return type:

char

See also

nvmlSystemGetDriverVersion