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

5.27. nvmlGpuInstanceProfileInfo_v3_t Struct Reference

[Multi Instance GPU Management]

GPU instance profile information (v3).

Version 3 removes isP2pSupported field and adds the nvmlGpuInstanceProfileInfo_v3_t::capabilities field nvmlGpuInstanceProfileInfo_t.

Public Variables

unsigned int  capabilities
Additional capabilities.
unsigned int  copyEngineCount
Copy Engine count.
unsigned int  decoderCount
Decoder Engine count.
unsigned int  encoderCount
Encoder Engine count.
unsigned int  id
Unique profile ID within the device.
unsigned int  instanceCount
GPU instance count.
unsigned int  jpegCount
JPEG Engine count.
unsigned long long  memorySizeMB
Memory size in MBytes.
unsigned int  multiprocessorCount
Streaming Multiprocessor count.
char  name[NVML_DEVICE_NAME_V2_BUFFER_SIZE]
Profile name.
unsigned int  ofaCount
OFA Engine count.
unsigned int  sliceCount
GPU Slice count.
unsigned int  version
Structure version identifier (set to nvmlGpuInstanceProfileInfo_v3).

Variables

unsigned int nvmlGpuInstanceProfileInfo_v3_t::capabilities [inherited]

Additional capabilities.

unsigned int nvmlGpuInstanceProfileInfo_v3_t::copyEngineCount [inherited]

Copy Engine count.

unsigned int nvmlGpuInstanceProfileInfo_v3_t::decoderCount [inherited]

Decoder Engine count.

unsigned int nvmlGpuInstanceProfileInfo_v3_t::encoderCount [inherited]

Encoder Engine count.

unsigned int nvmlGpuInstanceProfileInfo_v3_t::id [inherited]

Unique profile ID within the device.

unsigned int nvmlGpuInstanceProfileInfo_v3_t::instanceCount [inherited]

GPU instance count.

unsigned int nvmlGpuInstanceProfileInfo_v3_t::jpegCount [inherited]

JPEG Engine count.

unsigned long long nvmlGpuInstanceProfileInfo_v3_t::memorySizeMB [inherited]

Memory size in MBytes.

unsigned int nvmlGpuInstanceProfileInfo_v3_t::multiprocessorCount [inherited]

Streaming Multiprocessor count.

char nvmlGpuInstanceProfileInfo_v3_t::name[NVML_DEVICE_NAME_V2_BUFFER_SIZE] [inherited]

Profile name.

unsigned int nvmlGpuInstanceProfileInfo_v3_t::ofaCount [inherited]

OFA Engine count.

unsigned int nvmlGpuInstanceProfileInfo_v3_t::sliceCount [inherited]

GPU Slice count.

unsigned int nvmlGpuInstanceProfileInfo_v3_t::version [inherited]

Structure version identifier (set to nvmlGpuInstanceProfileInfo_v3).


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