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. :param device: The identifier of the target device. :type device: intptr_t :returns: - int: Reference in which to return the current driver model. - int: Reference in which to return the pending driver model. :rtype: A 2-tuple containing .. seealso:: `nvmlDeviceGetDriverModel_v2`