Method: ComputeUnit::AmdGpu#serial

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

#serialString

Returns - the serial number of the card.

Returns:

  • (String)
    • the serial number of the card



216
217
218
# File 'lib/compute_unit/gpus/amd_gpu.rb', line 216

def serial
  'unknown'
end