cuda.bindings.nvml.device_set_accounting_mode#

cuda.bindings.nvml.device_set_accounting_mode(intptr_t device, int mode)#
Enables or disables per process accounting.

:param device: The identifier of the target device.
:type device: intptr_t
:param mode: The target accounting mode.
:type mode: EnableState

.. seealso:: `nvmlDeviceSetAccountingMode`