cuda.bindings.nvml.device_get_mps_compute_running_processes_v3#
- cuda.bindings.nvml.device_get_mps_compute_running_processes_v3(intptr_t device)#
Get information about processes with a Multi-Process Service (MPS) compute context on a device.
- Parameters:
device (intptr_t) – The device handle or MIG device handle.
- Returns:
Reference in which to return the process information.
- Return type:
nvmlProcessInfo_t
See also
nvmlDeviceGetMPSComputeRunningProcesses_v3