nvmlProcessInfo_v1_t#
-
struct nvmlProcessInfo_v1_t#
Information about running compute processes on the GPU, legacy version for older versions of the API.
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 pid#