Returns the name of the vendor for the device.
| 174 | |
| 175 | /// Returns the name of the vendor for the device. |
| 176 | std::string vendor() const |
| 177 | { |
| 178 | return get_info<std::string>(CL_DEVICE_VENDOR); |
| 179 | } |
| 180 | |
| 181 | /// Returns the device profile string. |
| 182 | std::string profile() const |
no outgoing calls