-
Notifications
You must be signed in to change notification settings - Fork 0
GPU Telemetry
Raul Montoya Cardenas edited this page Jul 29, 2026
·
3 revisions
Module: src/gpu.rs — HardwareBridge, GpuTelemetry
| Field | Meaning |
|---|---|
vddcr_gfx_v |
Core voltage (V) |
vram_temp_c / gpu_temp_c
|
Temperatures (°C) |
power_w |
Power (W) |
gpu_clock_mhz / mem_clock_mhz
|
Clocks |
fan_speed_pct |
Fan % |
mem_util_pct |
Memory util % |
to_rails() exports ("VDDCR_GFX", vddcr_gfx_v) for neuromorphic consumers.
- Unless
--force-software-only, try real sensors (nvidia-smi/ NVML path). - Else use simulated “healthy idle” values (e.g. ~25 W, ~0.7 V core).
HardwareBridge::read_telemetry();
HardwareBridge::read_telemetry_force(force_software_only);
HardwareBridge::is_gpu_healthy();- Safety — thresholds on the same telemetry struct
- Architecture
Last updated: July 29, 2026
Updated by: Grok Build: Grok 4.5
Package tip reference: e09cd4a (main)
Devin DeepWiki: commit e09cd4a · thalamic-relay