Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ exec
Method
exec
include/boost/compute/algorithm/gather.hpp:49–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
event exec(command_queue &queue)
50
{
51
if(m_count == 0) {
52
return event();
53
}
54
55
return exec_1d(queue, 0, m_count);
56
}
57
58
private:
59
size_t m_count;
Callers
3
search
Function · 0.45
gather
Function · 0.45
find_end
Function · 0.45
Calls
1
event
Class · 0.85
Tested by
no test coverage detected