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.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • mode (EnableState) – The target accounting mode.

See also

nvmlDeviceSetAccountingMode