Returns the program for the kernel.
| 145 | |
| 146 | /// Returns the program for the kernel. |
| 147 | program get_program() const |
| 148 | { |
| 149 | return program(get_info<cl_program>(CL_KERNEL_PROGRAM)); |
| 150 | } |
| 151 | |
| 152 | /// Returns the context for the kernel. |
| 153 | context get_context() const |