cuda.bindings.nvml.unit_get_temperature#

cuda.bindings.nvml.unit_get_temperature(intptr_t unit, unsigned int type) unsigned int#
Retrieves the temperature readings for the unit, in degrees C.

:param unit: The identifier of the target unit.
:type unit: intptr_t
:param type: The type of reading to take.
:type type: unsigned int

:returns: Reference in which to return the intake temperature.
:rtype: unsigned int

.. seealso:: `nvmlUnitGetTemperature`