NVML API Reference Guide (PDF) - vR550 (older) - Last updated March 12, 2024 - Send Feedback

5.42. nvmlProcessInfo_v1_t Struct Reference

[Device Structs]

Information about running compute processes on the GPU, legacy version for older versions of the API.

Public Variables

unsigned int  pid
Process ID.
unsigned long long  usedGpuMemory

Variables

unsigned int nvmlProcessInfo_v1_t::pid [inherited]

Process ID.

unsigned long long nvmlProcessInfo_v1_t::usedGpuMemory [inherited]

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


NVML API Reference Guide (PDF) - vR550 (older) - Last updated March 12, 2024 - Send Feedback