| 120 | return _compile_context.max_local_workgroup_size(kernel); |
| 121 | } |
| 122 | cl::NDRange CLKernelLibrary::default_ndrange() const |
| 123 | { |
| 124 | return _compile_context.default_ndrange(); |
| 125 | } |
| 126 | std::string CLKernelLibrary::get_device_version() |
| 127 | { |
| 128 | return _compile_context.get_device_version(); |
no outgoing calls
no test coverage detected