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

5.8. nvmlComputeInstanceProfileInfo_t Struct Reference

[Multi Instance GPU Management]

Compute instance profile information.

Public Variables

unsigned int  id
Unique profile ID within the GPU instance.
unsigned int  instanceCount
Compute instance count.
unsigned int  multiprocessorCount
Streaming Multiprocessor count.
unsigned int  sharedCopyEngineCount
Shared Copy Engine count.
unsigned int  sharedDecoderCount
Shared Decoder Engine count.
unsigned int  sharedEncoderCount
Shared Encoder Engine count.
unsigned int  sharedJpegCount
Shared JPEG Engine count.
unsigned int  sharedOfaCount
Shared OFA Engine count.
unsigned int  sliceCount
GPU Slice count.

Variables

unsigned int nvmlComputeInstanceProfileInfo_t::id [inherited]

Unique profile ID within the GPU instance.

unsigned int nvmlComputeInstanceProfileInfo_t::instanceCount [inherited]

Compute instance count.

unsigned int nvmlComputeInstanceProfileInfo_t::multiprocessorCount [inherited]

Streaming Multiprocessor count.

unsigned int nvmlComputeInstanceProfileInfo_t::sharedCopyEngineCount [inherited]

Shared Copy Engine count.

unsigned int nvmlComputeInstanceProfileInfo_t::sharedDecoderCount [inherited]

Shared Decoder Engine count.

unsigned int nvmlComputeInstanceProfileInfo_t::sharedEncoderCount [inherited]

Shared Encoder Engine count.

unsigned int nvmlComputeInstanceProfileInfo_t::sharedJpegCount [inherited]

Shared JPEG Engine count.

unsigned int nvmlComputeInstanceProfileInfo_t::sharedOfaCount [inherited]

Shared OFA Engine count.

unsigned int nvmlComputeInstanceProfileInfo_t::sliceCount [inherited]

GPU Slice count.


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