2.4. dcgmConfig_v1 Struct Reference

[Structure definitions]

Structure to represent default and target configuration for a device

Public Variables

unsigned int  computeMode
Compute Mode (One of DCGM_CONFIG_COMPUTEMODE_? OR DCGM_INT32_BLANK to Ignore).
unsigned int  eccMode
ECC Mode (0: Disabled, 1 : Enabled, DCGM_INT32_BLANK : Ignored).
unsigned int  gpuId
GPU ID.
struct dcgmConfigPerfStateSettings_t perfState
Performance State Settings (clocks / boost mode).
struct dcgmConfigPowerLimit_t powerLimit
Power Limits.
unsigned int  version
Version number (dcgmConfig_version).

Variables

unsigned int dcgmConfig_v1::computeMode [inherited]

Compute Mode (One of DCGM_CONFIG_COMPUTEMODE_? OR DCGM_INT32_BLANK to Ignore).

unsigned int dcgmConfig_v1::eccMode [inherited]

ECC Mode (0: Disabled, 1 : Enabled, DCGM_INT32_BLANK : Ignored).

unsigned int dcgmConfig_v1::gpuId [inherited]

GPU ID.

struct dcgmConfigPerfStateSettings_tdcgmConfig_v1::perfState [inherited]

Performance State Settings (clocks / boost mode).

struct dcgmConfigPowerLimit_tdcgmConfig_v1::powerLimit [inherited]

Power Limits.

unsigned int dcgmConfig_v1::version [inherited]

Version number (dcgmConfig_version).