| 63 | opencl::ClKernelLibrary::get().set_kernel_path(kernel_path); |
| 64 | } |
| 65 | void CLKernelLibrary::set_kernel_path(const std::string &kernel_path) |
| 66 | { |
| 67 | opencl::ClKernelLibrary::get().set_kernel_path(kernel_path); |
| 68 | } |
| 69 | cl::Context &CLKernelLibrary::context() |
| 70 | { |
| 71 | return _compile_context.context(); |