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

Method set_source

include/boost/compute/function.hpp:150–153  ·  view source on GitHub ↗

\internal_

Source from the content-addressed store, hash-verified

148
149 /// \internal_
150 void set_source(const std::string &source)
151 {
152 m_source = source;
153 }
154
155 /// \internal_
156 std::string source() const

Callers 5

generateMethod · 0.80
popcountMethod · 0.80
nvidia_popcountMethod · 0.80
nvidia_ballotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected