| 4151 | } |
| 4152 | |
| 4153 | inline KernelInstantiation Kernel::instantiate( |
| 4154 | std::vector<std::string> const& template_args) const { |
| 4155 | return KernelInstantiation(*this, template_args); |
| 4156 | } |
| 4157 | |
| 4158 | template <typename... TemplateArgs> |
| 4159 | inline KernelInstantiation Kernel::instantiate() const { |