nvmlProcessInfo_t#
-
struct nvmlProcessInfo_t#
Information about running compute processes on the GPU.
Public Members
-
unsigned int pid#
Process ID.
-
unsigned long long usedGpuMemory#
Amount of used GPU memory in bytes. Under WDDM, NVML_VALUE_NOT_AVAILABLE is always reported because Windows KMD manages all the memory and not the NVIDIA driver.
-
unsigned int gpuInstanceId#
If MIG is enabled, stores a valid GPU instance ID. gpuInstanceId is set to.
-
unsigned int computeInstanceId#
If MIG is enabled, stores a valid compute instance ID. computeInstanceId is set to.
-
unsigned int pid#