cuda.bindings.nvml.device_get_thermal_settings#

cuda.bindings.nvml.device_get_thermal_settings(
intptr_t device,
unsigned int sensor_ind_ex,
)#

Used to execute a list of thermal system instructions.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • sensor_ind_ex (unsigned int) – The index of the thermal sensor.

Returns:

Reference in which to return the thermal sensor information.

Return type:

nvmlGpuThermalSettings_t

See also

nvmlDeviceGetThermalSettings