Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
make_function_from_source
Function · 0.80
generate
Method · 0.80
popcount
Method · 0.80
nvidia_popcount
Method · 0.80
nvidia_ballot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected