cuda.bindings.nvml.device_get_persistence_mode#

cuda.bindings.nvml.device_get_persistence_mode(intptr_t device) int#
Retrieves the persistence mode associated with this device.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference in which to return the current driver persistence mode.
:rtype: int

.. seealso:: `nvmlDeviceGetPersistenceMode`