cuda.bindings.nvml.device_get_compute_running_processes_v3#

cuda.bindings.nvml.device_get_compute_running_processes_v3(intptr_t device)#

Get information about processes with a 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

nvmlDeviceGetComputeRunningProcesses_v3