cuda.bindings.nvml.device_get_process_utilization#

cuda.bindings.nvml.device_get_process_utilization(
intptr_t device,
unsigned long long last_seen_time_stamp,
)#

Retrieves the current utilization and process ID.

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

  • last_seen_time_stamp (unsigned long long) – Pointer to caller-supplied buffer in which guest process utilization samples are returned.

See also

nvmlDeviceGetProcessUtilization