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

5.26. nvmlGpuInstanceProfileInfo_v2_t Struct Reference

[Multi Instance GPU Management]

GPU instance profile information (v2).

Version 2 adds the nvmlGpuInstanceProfileInfo_v2_t::version field to the start of the structure, and the nvmlGpuInstanceProfileInfo_v2_t::name field to the end. This structure is not backwards-compatible with nvmlGpuInstanceProfileInfo_t.

Public Variables

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  isP2pSupported
Peer-to-Peer support.
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_v2).

Variables

unsigned int nvmlGpuInstanceProfileInfo_v2_t::copyEngineCount [inherited]

Copy Engine count.

unsigned int nvmlGpuInstanceProfileInfo_v2_t::decoderCount [inherited]

Decoder Engine count.

unsigned int nvmlGpuInstanceProfileInfo_v2_t::encoderCount [inherited]

Encoder Engine count.

unsigned int nvmlGpuInstanceProfileInfo_v2_t::id [inherited]

Unique profile ID within the device.

unsigned int nvmlGpuInstanceProfileInfo_v2_t::instanceCount [inherited]

GPU instance count.

unsigned int nvmlGpuInstanceProfileInfo_v2_t::isP2pSupported [inherited]

Peer-to-Peer support.

unsigned int nvmlGpuInstanceProfileInfo_v2_t::jpegCount [inherited]

JPEG Engine count.

unsigned long long nvmlGpuInstanceProfileInfo_v2_t::memorySizeMB [inherited]

Memory size in MBytes.

unsigned int nvmlGpuInstanceProfileInfo_v2_t::multiprocessorCount [inherited]

Streaming Multiprocessor count.

char nvmlGpuInstanceProfileInfo_v2_t::name[NVML_DEVICE_NAME_V2_BUFFER_SIZE] [inherited]

Profile name.

unsigned int nvmlGpuInstanceProfileInfo_v2_t::ofaCount [inherited]

OFA Engine count.

unsigned int nvmlGpuInstanceProfileInfo_v2_t::sliceCount [inherited]

GPU Slice count.

unsigned int nvmlGpuInstanceProfileInfo_v2_t::version [inherited]

Structure version identifier (set to nvmlGpuInstanceProfileInfo_v2).


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