Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ exec
Method
exec
include/boost/compute/algorithm/replace.hpp:53–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void exec(command_queue &queue)
54
{
55
if(m_count == 0){
56
// nothing to do
57
return;
58
}
59
60
exec_1d(queue, 0, m_count);
61
}
62
63
private:
64
size_t m_count;
Callers
1
replace
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected