| 83 | _compile_context.set_context(context); |
| 84 | } |
| 85 | std::string CLKernelLibrary::get_kernel_path() |
| 86 | { |
| 87 | return opencl::ClKernelLibrary::get().kernel_path(); |
| 88 | } |
| 89 | void CLKernelLibrary::clear_programs_cache() |
| 90 | { |
| 91 | _compile_context.clear_programs_cache(); |
no outgoing calls
no test coverage detected