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

5.33. nvmlGpuInstanceProfileInfo_v3_t 结构体参考

[多实例 GPU 管理]

GPU 实例配置文件信息 (v3)。

版本 3 移除了 isP2pSupported 字段,并添加了 nvmlGpuInstanceProfileInfo_v3_t::capabilities 字段,取代了 nvmlGpuInstanceProfileInfo_t

公共变量

unsigned int  capabilities
附加功能。
unsigned int  copyEngineCount
复制引擎计数。
unsigned int  decoderCount
解码引擎计数。
unsigned int  encoderCount
编码引擎计数。
unsigned int  id
设备内唯一的配置文件 ID。
unsigned int  instanceCount
GPU 实例计数。
unsigned int  jpegCount
JPEG 引擎计数。
unsigned long long  memorySizeMB
内存大小,单位 MB。
unsigned int  multiprocessorCount
流式多处理器计数。
char  name[NVML_DEVICE_NAME_V2_BUFFER_SIZE]
配置文件名称。
unsigned int  ofaCount
OFA 引擎计数。
unsigned int  sliceCount
GPU 切片计数。
unsigned int  version
结构体版本标识符 (设置为 nvmlGpuInstanceProfileInfo_v3)。

变量

unsigned int nvmlGpuInstanceProfileInfo_v3_t::capabilities [继承]

附加功能。

unsigned int nvmlGpuInstanceProfileInfo_v3_t::copyEngineCount [继承]

复制引擎计数。

unsigned int nvmlGpuInstanceProfileInfo_v3_t::decoderCount [继承]

解码引擎计数。

unsigned int nvmlGpuInstanceProfileInfo_v3_t::encoderCount [继承]

编码引擎计数。

unsigned int nvmlGpuInstanceProfileInfo_v3_t::id [继承]

设备内唯一的配置文件 ID。

unsigned int nvmlGpuInstanceProfileInfo_v3_t::instanceCount [继承]

GPU 实例计数。

unsigned int nvmlGpuInstanceProfileInfo_v3_t::jpegCount [继承]

JPEG 引擎计数。

unsigned long long nvmlGpuInstanceProfileInfo_v3_t::memorySizeMB [继承]

内存大小,单位 MB。

unsigned int nvmlGpuInstanceProfileInfo_v3_t::multiprocessorCount [继承]

流式多处理器计数。

char nvmlGpuInstanceProfileInfo_v3_t::name[NVML_DEVICE_NAME_V2_BUFFER_SIZE] [继承]

配置文件名称。

unsigned int nvmlGpuInstanceProfileInfo_v3_t::ofaCount [继承]

OFA 引擎计数。

unsigned int nvmlGpuInstanceProfileInfo_v3_t::sliceCount [继承]

GPU 切片计数。

unsigned int nvmlGpuInstanceProfileInfo_v3_t::version [继承]

结构体版本标识符 (设置为 nvmlGpuInstanceProfileInfo_v3)。


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