Method: ComputeUnit::AmdGpu#min_mem_clock

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

#min_mem_clockInteger

Returns:

  • (Integer)
[View source]

420
421
422
# File 'lib/compute_unit/gpus/amd_gpu.rb', line 420

def min_mem_clock
  vddci_voltage_table.first[:clk]
end