| 3339 | } |
| 3340 | |
| 3341 | inline void KernelInstantiation_impl::print() const { |
| 3342 | std::string options_string = reflection::reflect_list(_options); |
| 3343 | std::cout << _kernel._name << _template_inst << " [" << options_string << "]" |
| 3344 | << std::endl; |
| 3345 | } |
| 3346 | |
| 3347 | inline void KernelInstantiation_impl::build_kernel() { |
| 3348 | Program_impl const& program = _kernel._program; |
no test coverage detected