cuda.bindings.nvml.device_get_margin_temperature#

cuda.bindings.nvml.device_get_margin_temperature(intptr_t device) int#

Retrieves the thermal margin temperature (distance to nearest slowdown threshold).

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

The margin temperature value.

Return type:

margin_temperature (int)

See also

nvmlDeviceGetMarginTemperature