Method: ComputeUnit::Device.manual_vendors
- Defined in:
- lib/compute_unit/device.rb
.manual_vendors ⇒ Hash
Returns - 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 |