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

5.25. nvmlGpuInstanceProfileInfo_t Struct Reference

[Multi Instance GPU Management]

GPU instance profile information.

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.
unsigned int  ofaCount
OFA Engine count.
unsigned int  sliceCount
GPU Slice count.

Variables

unsigned int nvmlGpuInstanceProfileInfo_t::copyEngineCount [inherited]

Copy Engine count.

unsigned int nvmlGpuInstanceProfileInfo_t::decoderCount [inherited]

Decoder Engine count.

unsigned int nvmlGpuInstanceProfileInfo_t::encoderCount [inherited]

Encoder Engine count.

unsigned int nvmlGpuInstanceProfileInfo_t::id [inherited]

Unique profile ID within the device.

unsigned int nvmlGpuInstanceProfileInfo_t::instanceCount [inherited]

GPU instance count.

unsigned int nvmlGpuInstanceProfileInfo_t::isP2pSupported [inherited]

Peer-to-Peer support.

unsigned int nvmlGpuInstanceProfileInfo_t::jpegCount [inherited]

JPEG Engine count.

unsigned long long nvmlGpuInstanceProfileInfo_t::memorySizeMB [inherited]

Memory size in MBytes.

unsigned int nvmlGpuInstanceProfileInfo_t::multiprocessorCount [inherited]

Streaming Multiprocessor count.

unsigned int nvmlGpuInstanceProfileInfo_t::ofaCount [inherited]

OFA Engine count.

unsigned int nvmlGpuInstanceProfileInfo_t::sliceCount [inherited]

GPU Slice count.


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