cuda.bindings.nvml.device_get_accounting_stats_v2#
- cuda.bindings.nvml.device_get_accounting_stats_v2(intptr_t device)#
Queries process’s accounting stats (v2).
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
- Reference in which to return the
process’s accounting stats (v2).
- Return type:
nvmlAccountingStats_v2_t
See also
nvmlDeviceGetAccountingStats_v2