NVML API 参考指南 (PDF) - vR570 (旧版本) - 最近更新:2025 年 1 月 29 日 - 发送反馈

5.9. nvmlComputeInstanceProfileInfo_t 结构体参考

[多实例 GPU 管理]

计算实例 profile 信息。

公共变量

unsigned int  id
GPU 实例内的唯一 profile ID。
unsigned int  instanceCount
计算实例计数。
unsigned int  multiprocessorCount
流式多处理器计数。
unsigned int  sharedCopyEngineCount
共享复制引擎计数。
unsigned int  sharedDecoderCount
共享解码器引擎计数。
unsigned int  sharedEncoderCount
共享编码器引擎计数。
unsigned int  sharedJpegCount
共享 JPEG 引擎计数。
unsigned int  sharedOfaCount
共享 OFA 引擎计数。
unsigned int  sliceCount
GPU Slice 计数。

变量

unsigned int nvmlComputeInstanceProfileInfo_t::id [继承]

GPU 实例内的唯一 profile ID。

unsigned int nvmlComputeInstanceProfileInfo_t::instanceCount [继承]

计算实例计数。

unsigned int nvmlComputeInstanceProfileInfo_t::multiprocessorCount [继承]

流式多处理器计数。

unsigned int nvmlComputeInstanceProfileInfo_t::sharedCopyEngineCount [继承]

共享复制引擎计数。

unsigned int nvmlComputeInstanceProfileInfo_t::sharedDecoderCount [继承]

共享解码器引擎计数。

unsigned int nvmlComputeInstanceProfileInfo_t::sharedEncoderCount [继承]

共享编码器引擎计数。

unsigned int nvmlComputeInstanceProfileInfo_t::sharedJpegCount [继承]

共享 JPEG 引擎计数。

unsigned int nvmlComputeInstanceProfileInfo_t::sharedOfaCount [继承]

共享 OFA 引擎计数。

unsigned int nvmlComputeInstanceProfileInfo_t::sliceCount [继承]

GPU Slice 计数。


NVML API 参考指南 (PDF) - vR570 (旧版本) - 最近更新:2025 年 1 月 29 日 - 发送反馈