5.11. nvmlComputeInstanceProfileInfo_v3_t 结构体参考
[多实例 GPU 管理]
计算实例 profile 信息 (v3)。
版本 3 添加了 nvmlComputeInstanceProfileInfo_v3_t::capabilities 字段,取代了 nvmlComputeInstanceProfileInfo_t。
公共变量
- unsigned int capabilities
- 附加功能。
- unsigned int id
- GPU 实例内的唯一 profile ID。
- unsigned int instanceCount
- 计算实例计数。
- unsigned int multiprocessorCount
- 流式多处理器计数。
- char name[NVML_DEVICE_NAME_V2_BUFFER_SIZE]
- Profile 名称。
- unsigned int sharedCopyEngineCount
- 共享复制引擎计数。
- unsigned int sharedDecoderCount
- 共享解码器引擎计数。
- unsigned int sharedEncoderCount
- 共享编码器引擎计数。
- unsigned int sharedJpegCount
- 共享 JPEG 引擎计数。
- unsigned int sharedOfaCount
- 共享 OFA 引擎计数。
- unsigned int sliceCount
- GPU Slice 计数。
- unsigned int version
- 结构版本标识符(设置为 nvmlComputeInstanceProfileInfo_v3)。
变量
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::capabilities [继承]
-
附加功能。
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::id [继承]
-
GPU 实例内的唯一 profile ID。
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::instanceCount [继承]
-
计算实例计数。
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::multiprocessorCount [继承]
-
流式多处理器计数。
- char nvmlComputeInstanceProfileInfo_v3_t::name[NVML_DEVICE_NAME_V2_BUFFER_SIZE] [继承]
-
Profile 名称。
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::sharedCopyEngineCount [继承]
-
共享复制引擎计数。
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::sharedDecoderCount [继承]
-
共享解码器引擎计数。
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::sharedEncoderCount [继承]
-
共享编码器引擎计数。
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::sharedJpegCount [继承]
-
共享 JPEG 引擎计数。
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::sharedOfaCount [继承]
-
共享 OFA 引擎计数。
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::sliceCount [继承]
-
GPU Slice 计数。
- unsigned int nvmlComputeInstanceProfileInfo_v3_t::version [继承]
-
结构版本标识符(设置为 nvmlComputeInstanceProfileInfo_v3)。