cuda.bindings.nvml.TemperatureThresholds#
- class cuda.bindings.nvml.TemperatureThresholds(value: int)#
Temperature thresholds.
See nvmlTemperatureThresholds_t.
- SHUTDOWN: 0
Temperature at which the GPU will shut down for HW protection
- SLOWDOWN: 1
Temperature at which the GPU will begin HW slowdown
- MEM_MAX: 2
Memory Temperature at which the GPU will begin SW slowdown
- GPU_MAX: 3
GPU Temperature at which the GPU can be throttled below base clock
- ACOUSTIC_MIN: 4
Minimum GPU Temperature that can be set as acoustic threshold
- ACOUSTIC_CURR: 5
Current temperature that is set as acoustic threshold.
- ACOUSTIC_MAX: 6
Maximum GPU temperature that can be set as acoustic threshold.
- GPS_CURR: 7
Current temperature that is set as gps threshold.
COUNT: 8