cuda.bindings.nvml.device_get_accounting_stats#

cuda.bindings.nvml.device_get_accounting_stats(intptr_t device, unsigned int pid)#

Queries process’s accounting stats.

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

  • pid (unsigned int) – Process Id of the target process to query stats for.

Returns:

Reference in which to return the process’s accounting stats.

Return type:

nvmlAccountingStats_t

See also

nvmlDeviceGetAccountingStats