cuda.bindings.nvml.CoolerTarget#

class cuda.bindings.nvml.CoolerTarget(value: int)#
Cooler's target

See `nvmlCoolerTarget_t`.
THERMAL_NONE: 1

This cooler cools nothing.

THERMAL_GPU: 2

This cooler can cool the GPU.

THERMAL_MEMORY: 4

This cooler can cool the memory.

THERMAL_POWER_SUPPLY: 8

This cooler can cool the power supply.

THERMAL_GPU_RELATED: 14

This cooler cools all of the components related to its target gpu. GPU_RELATED = GPU | MEMORY | POWER_SUPPLY.