cuda.bindings.nvml.device_get_temperature_v#

cuda.bindings.nvml.device_get_temperature_v(
intptr_t device,
nvmlTemperatureSensors_t sensorType,
) int#
:param device: Target device identifier.
:type device: intptr_t

:returns: Structure specifying the sensor type (input) and retrieved temperature value (output).
:rtype: nvmlTemperature_v1_t

.. seealso:: `nvmlDeviceGetTemperatureV`