cuda.bindings.nvml.device_get_cooler_info#

cuda.bindings.nvml.device_get_cooler_info(intptr_t device)#

Retrieves the cooler’s information. Returns a cooler’s control signal characteristics. The possible types are restricted, Variable and Toggle. See nvmlCoolerControl_t for details on available signal types. Returns objects that cooler cools. Targets may be GPU, Memory, Power Supply or All of these. See nvmlCoolerTarget_t for details on available targets.

Parameters:

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

Returns:

Structure specifying the cooler’s control signal characteristics (out) and the target that cooler cools (out).

Return type:

nvmlCoolerInfo_v1_t

See also

nvmlDeviceGetCoolerInfo