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:47–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
event exec(command_queue &queue)
48
{
49
if(m_count == 0) {
50
return event();
51
}
52
53
return exec_1d(queue, m_offset, m_count);
54
}
55
56
private:
57
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