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

Method create_with_source

include/boost/compute/kernel.hpp:319–324  ·  view source on GitHub ↗

\internal_

Source from the content-addressed store, hash-verified

317
318 /// \internal_
319 static kernel create_with_source(const std::string &source,
320 const std::string &name,
321 const context &context)
322 {
323 return program::build_with_source(source, context).create_kernel(name);
324 }
325
326private:
327 #ifndef BOOST_NO_VARIADIC_TEMPLATES

Callers

nothing calls this directly

Calls 1

create_kernelMethod · 0.80

Tested by

no test coverage detected