| 166 | } |
| 167 | |
| 168 | const std::shared_ptr<Device> Platform::GetDefaultOpenclDevice() { |
| 169 | return std::make_shared<OpenclDevice>(); |
| 170 | } |
| 171 | /* |
| 172 | static const std::vector<std::shared_ptr<Device>> |
| 173 | Platform::CreateOpenclDevices(const size_t num_devices) { |
no outgoing calls
no test coverage detected