Method: ComputeUnit::Device.manual_vendors

Defined in:
lib/compute_unit/device.rb

.manual_vendorsHash

Returns - a hash of vendors names and ids.

Returns:

  • (Hash)
    • a hash of vendors names and ids



354
355
356
# File 'lib/compute_unit/device.rb', line 354

def self.manual_vendors
  @manual_vendors ||= { '196e' => 'PNY' }
end