MCPcopy Create free account
hub / github.com/boostorg/compute / make_expr

Method make_expr

include/boost/compute/detail/meta_kernel.hpp:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620
621 template<class T>
622 static detail::meta_kernel_variable<T> make_expr(const std::string &expr)
623 {
624 return detail::meta_kernel_variable<T>(expr);
625 }
626
627 event exec(command_queue &queue)
628 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected