| 166 | } |
| 167 | |
| 168 | void CLScheduler::set_context(cl::Context context) |
| 169 | { |
| 170 | _context = std::move(context); |
| 171 | CLKernelLibrary::get().set_context(_context); |
| 172 | } |
| 173 | |
| 174 | void CLScheduler::init(cl::Context context, |
| 175 | cl::CommandQueue queue, |
no outgoing calls
no test coverage detected