Method: ComputeUnit::AmdGpu#vddgfx

Defined in:
lib/compute_unit/gpus/amd_gpu.rb

#vddgfxInteger

Returns - the core voltage reading of the GPU via HWMON.

Returns:

  • (Integer)
    • the core voltage reading of the GPU via HWMON

[View source]

137
138
139
# File 'lib/compute_unit/gpus/amd_gpu.rb', line 137

def vddgfx
  read_hwmon_data('in0_input', 0).to_i
end