nvmlProcessDetail_v1_t#

struct nvmlProcessDetail_v1_t#

Information about running process on the GPU with protected memory.

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.

unsigned int computeInstanceId#

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

unsigned long long usedGpuCcProtectedMemory#

Amount of used GPU conf compute protected memory in bytes.