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

5.38. nvmlProcessDetail_v1_t Struct Reference

[Device Structs]

Information about running process on the GPU with protected memory

Public Variables

unsigned int  computeInstanceId
If MIG is enabled, stores a valid compute instance ID. computeInstanceId.
unsigned int  gpuInstanceId
If MIG is enabled, stores a valid GPU instance ID. gpuInstanceId is.
unsigned int  pid
Process ID.
unsigned long long  usedGpuCcProtectedMemory
Amount of used GPU conf compute protected memory in bytes.
unsigned long long  usedGpuMemory

Variables

unsigned int nvmlProcessDetail_v1_t::computeInstanceId [inherited]

If MIG is enabled, stores a valid compute instance ID. computeInstanceId.

unsigned int nvmlProcessDetail_v1_t::gpuInstanceId [inherited]

If MIG is enabled, stores a valid GPU instance ID. gpuInstanceId is.

unsigned int nvmlProcessDetail_v1_t::pid [inherited]

Process ID.

unsigned long long nvmlProcessDetail_v1_t::usedGpuCcProtectedMemory [inherited]

Amount of used GPU conf compute protected memory in bytes.

unsigned long long nvmlProcessDetail_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