| 151 | { |
| 152 | } |
| 153 | CLCompileContext::CLCompileContext() |
| 154 | : _context(), _device(), _programs_map(), _built_programs_map(), _is_wbsm_supported() |
| 155 | { |
| 156 | } |
| 157 | |
| 158 | CLCompileContext::CLCompileContext(cl::Context context, const cl::Device &device) |
| 159 | : _context(), _device(), _programs_map(), _built_programs_map(), _is_wbsm_supported() |
nothing calls this directly
no test coverage detected