Method: ComputeUnit::AmdGpu#vddgfx
- Defined in:
- lib/compute_unit/gpus/amd_gpu.rb
permalink #vddgfx ⇒ Integer
Returns - the core voltage reading of the GPU via HWMON.
137 138 139 |
# File 'lib/compute_unit/gpus/amd_gpu.rb', line 137 def vddgfx read_hwmon_data('in0_input', 0).to_i end |