cuda.bindings.nvml.device_get_vgpu_process_utilization#
- cuda.bindings.nvml.device_get_vgpu_process_utilization(
- intptr_t device,
- unsigned long long last_seen_time_stamp,
Retrieves current utilization for processes running on vGPUs on a physical GPU (device).
- Parameters:
device (intptr_t) – The identifier for the target device.
last_seen_time_stamp (unsigned long long) – Return only samples with timestamp greater than last_seen_time_stamp.
- Returns:
- Pointer to caller-supplied
buffer in which vGPU sub process utilization samples are returned.
- Return type:
nvmlVgpuProcessUtilizationSample_t
See also
nvmlDeviceGetVgpuProcessUtilization