cuda.bindings.nvml.device_get_driver_model_v2#

cuda.bindings.nvml.device_get_driver_model_v2(intptr_t device) tuple#

Retrieves the current and pending driver model for the device.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

  • int: Reference in which to return the current driver model.

  • int: Reference in which to return the pending driver model.

Return type:

A 2-tuple containing

See also

nvmlDeviceGetDriverModel_v2