cuda.bindings.nvml.ThermalTarget#

class cuda.bindings.nvml.ThermalTarget(value: int)#

Represents the thermal sensor targets

See nvmlThermalTarget_t.

NONE: 0

GPU: 1

GPU core temperature requires NvPhysicalGpuHandle.

MEMORY: 2

GPU memory temperature requires NvPhysicalGpuHandle.

POWER_SUPPLY: 4

GPU power supply temperature requires NvPhysicalGpuHandle.

BOARD: 8

GPU board ambient temperature requires NvPhysicalGpuHandle.

VCD_BOARD: 9

Visual Computing Device Board temperature requires NvVisualComputingDeviceHandle.

VCD_INLET: 10

Visual Computing Device Inlet temperature requires NvVisualComputingDeviceHandle.

VCD_OUTLET: 11

Visual Computing Device Outlet temperature requires NvVisualComputingDeviceHandle.

ALL: 15

UNKNOWN: -1