| 344 | } |
| 345 | |
| 346 | void CLCompileContext::set_device(cl::Device device) |
| 347 | { |
| 348 | _is_wbsm_supported = get_wbsm_support_info(device); |
| 349 | _device = std::move(device); |
| 350 | } |
| 351 | |
| 352 | cl::NDRange CLCompileContext::default_ndrange() const |
| 353 | { |
nothing calls this directly
no test coverage detected