nvmlGpuInstanceProfileInfo_v3_t#

struct nvmlGpuInstanceProfileInfo_v3_t#

GPU instance profile information (v3).

Version 3 removes isP2pSupported field and adds the nvmlGpuInstanceProfileInfo_v3_t::capabilities field nvmlGpuInstanceProfileInfo_t.

Public Members

unsigned int version#

Structure version identifier (set to nvmlGpuInstanceProfileInfo_v3)

unsigned int id#

Unique profile ID within the device.

unsigned int sliceCount#

GPU Slice count.

unsigned int instanceCount#

GPU instance count.

unsigned int multiprocessorCount#

Streaming Multiprocessor count.

unsigned int copyEngineCount#

Copy Engine count.

unsigned int decoderCount#

Decoder Engine count.

unsigned int encoderCount#

Encoder Engine count.

unsigned int jpegCount#

JPEG Engine count.

unsigned int ofaCount#

OFA Engine count.

unsigned long long memorySizeMB#

Memory size in MBytes.

char name[96]#

Profile name.

unsigned int capabilities#

Additional capabilities.