Method: ComputeUnit::AmdGpu#debug_rom_path
- Defined in:
- lib/compute_unit/gpus/amd_gpu.rb
#debug_rom_path ⇒ String
Returns - the path to the readonly rom file.
50 51 52 |
# File 'lib/compute_unit/gpus/amd_gpu.rb', line 50 def debug_rom_path @rom_path ||= File.join(SYS_DEBUG_PATH, index.to_s, 'amdgpu_vbios') end |