nvmlComputeInstanceProfileInfo_v2_t#

struct nvmlComputeInstanceProfileInfo_v2_t#

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 Members

unsigned int version#

Structure version identifier (set to nvmlComputeInstanceProfileInfo_v2)

unsigned int id#

Unique profile ID within the GPU instance.

unsigned int sliceCount#

GPU Slice count.

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.

char name[96]#

Profile name.