torch.cuda.temperature β€” PyTorch 2.7 documentation (original) (raw)

torch.cuda.temperature(device=None)[source][source]ΒΆ

Return the average temperature of the GPU sensor in Degrees C (Centigrades).

The average temperature is computed based on past sample period as given by nvidia-smi.

Parameters

device (torch.device or int, optional) – selected device. Returns statistic for the current device, given by current_device(), if device is None (default).

Return type

int

Warning: Each sample period may be between 1 second and 1/6 second, depending on the product being queried.