\internal_
| 457 | |
| 458 | /// \internal_ |
| 459 | static kernel create_with_source(const std::string &source, |
| 460 | const std::string &name, |
| 461 | const context &context) |
| 462 | { |
| 463 | return program::build_with_source(source, context).create_kernel(name); |
| 464 | } |
| 465 | |
| 466 | private: |
| 467 | #ifndef BOOST_COMPUTE_NO_VARIADIC_TEMPLATES |
nothing calls this directly
no test coverage detected