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

Method create_with_source

include/boost/compute/kernel.hpp:459–464  ·  view source on GitHub ↗

\internal_

Source from the content-addressed store, hash-verified

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
466private:
467 #ifndef BOOST_COMPUTE_NO_VARIADIC_TEMPLATES

Callers

nothing calls this directly

Calls 1

create_kernelMethod · 0.80

Tested by

no test coverage detected