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

5.10. nvmlComputeInstanceProfileInfo_v3_t Struct Reference

[Multi Instance GPU Management]

Compute instance profile information (v3).

Version 3 adds the nvmlComputeInstanceProfileInfo_v3_t::capabilities field nvmlComputeInstanceProfileInfo_t.

Public Variables

unsigned int  capabilities
Additional capabilities.
unsigned int  id
Unique profile ID within the GPU instance.
unsigned int  instanceCount
Compute instance count.
unsigned int  multiprocessorCount
Streaming Multiprocessor count.
char  name[NVML_DEVICE_NAME_V2_BUFFER_SIZE]
Profile name.
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.
unsigned int  version
Structure version identifier (set to nvmlComputeInstanceProfileInfo_v3).

Variables

unsigned int nvmlComputeInstanceProfileInfo_v3_t::capabilities [inherited]

Additional capabilities.

unsigned int nvmlComputeInstanceProfileInfo_v3_t::id [inherited]

Unique profile ID within the GPU instance.

unsigned int nvmlComputeInstanceProfileInfo_v3_t::instanceCount [inherited]

Compute instance count.

unsigned int nvmlComputeInstanceProfileInfo_v3_t::multiprocessorCount [inherited]

Streaming Multiprocessor count.

char nvmlComputeInstanceProfileInfo_v3_t::name[NVML_DEVICE_NAME_V2_BUFFER_SIZE] [inherited]

Profile name.

unsigned int nvmlComputeInstanceProfileInfo_v3_t::sharedCopyEngineCount [inherited]

Shared Copy Engine count.

unsigned int nvmlComputeInstanceProfileInfo_v3_t::sharedDecoderCount [inherited]

Shared Decoder Engine count.

unsigned int nvmlComputeInstanceProfileInfo_v3_t::sharedEncoderCount [inherited]

Shared Encoder Engine count.

unsigned int nvmlComputeInstanceProfileInfo_v3_t::sharedJpegCount [inherited]

Shared JPEG Engine count.

unsigned int nvmlComputeInstanceProfileInfo_v3_t::sharedOfaCount [inherited]

Shared OFA Engine count.

unsigned int nvmlComputeInstanceProfileInfo_v3_t::sliceCount [inherited]

GPU Slice count.

unsigned int nvmlComputeInstanceProfileInfo_v3_t::version [inherited]

Structure version identifier (set to nvmlComputeInstanceProfileInfo_v3).


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