| 4146 | }; |
| 4147 | |
| 4148 | inline Kernel Program::kernel(std::string const& name, |
| 4149 | std::vector<std::string> const& options) const { |
| 4150 | return Kernel(this, name, options); |
| 4151 | } |
| 4152 | |
| 4153 | inline KernelInstantiation Kernel::instantiate( |
| 4154 | std::vector<std::string> const& template_args) const { |