nvmlComputeInstanceProfileInfo_v3_t#
-
struct nvmlComputeInstanceProfileInfo_v3_t#
Compute instance profile information (v3).
Version 3 adds the nvmlComputeInstanceProfileInfo_v3_t::capabilities field nvmlComputeInstanceProfileInfo_t.
Public Members
-
unsigned int version#
Structure version identifier (set to nvmlComputeInstanceProfileInfo_v3)
-
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.
Shared Copy Engine count.
Shared Decoder Engine count.
Shared Encoder Engine count.
Shared JPEG Engine count.
Shared OFA Engine count.
-
char name[96]#
Profile name.
-
unsigned int capabilities#
Additional capabilities.
-
unsigned int version#