class CrOpenCL::Device
- CrOpenCL::Device
- Reference
- Object
Defined in:
crOpenCL/device.crConstructors
Class Method Summary
- .all(platform : Platform, device_type = DeviceTypes::All)
- .each(platform : Platform, device_type = DeviceTypes::All, &)
Instance Method Summary
- #c_version : String
- #hardware_version : String
- #max_compute_units : UInt32
- #max_work_group_size : UInt64
- #name : String
- #software_version : String
- #to_unsafe : UInt64