cuda.bindings.nvml.device_get_accounting_pids#

cuda.bindings.nvml.device_get_accounting_pids(intptr_t device)#
Queries list of processes that can be queried for accounting stats. The list of processes returned can be in running or terminated state.

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

.. seealso:: `nvmlDeviceGetAccountingPids`