3.8. nvmlComputeInstanceProfileInfo_v2_t Struct Reference
[Multi Instance GPU Management]
Compute instance profile information (v2).
Version 2 adds the nvmlComputeInstanceProfileInfo_v2_t::version field to the start of the structure, and the nvmlComputeInstanceProfileInfo_v2_t::name field to the end. This structure is not backwards-compatible with nvmlComputeInstanceProfileInfo_t.
Public Variables
- 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_v2).
Variables
- unsigned int nvmlComputeInstanceProfileInfo_v2_t::id [inherited]
- 
                     Unique profile ID within the GPU instance. 
- unsigned int nvmlComputeInstanceProfileInfo_v2_t::instanceCount [inherited]
- 
                     Compute instance count. 
- unsigned int nvmlComputeInstanceProfileInfo_v2_t::multiprocessorCount [inherited]
- 
                     Streaming Multiprocessor count. 
- char nvmlComputeInstanceProfileInfo_v2_t::name[NVML_DEVICE_NAME_V2_BUFFER_SIZE] [inherited]
- 
                     Profile name. 
- unsigned int nvmlComputeInstanceProfileInfo_v2_t::sharedCopyEngineCount [inherited]
- 
                     Shared Copy Engine count. 
- unsigned int nvmlComputeInstanceProfileInfo_v2_t::sharedDecoderCount [inherited]
- 
                     Shared Decoder Engine count. 
- unsigned int nvmlComputeInstanceProfileInfo_v2_t::sharedEncoderCount [inherited]
- 
                     Shared Encoder Engine count. 
- unsigned int nvmlComputeInstanceProfileInfo_v2_t::sharedJpegCount [inherited]
- 
                     Shared JPEG Engine count. 
- unsigned int nvmlComputeInstanceProfileInfo_v2_t::sharedOfaCount [inherited]
- 
                     Shared OFA Engine count. 
- unsigned int nvmlComputeInstanceProfileInfo_v2_t::sliceCount [inherited]
- 
                     GPU Slice count. 
- unsigned int nvmlComputeInstanceProfileInfo_v2_t::version [inherited]
- 
                     Structure version identifier (set to nvmlComputeInstanceProfileInfo_v2).