Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ exec
Method
exec
include/boost/compute/algorithm/detail/compact.hpp:60–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
event exec(command_queue &queue)
61
{
62
if(m_count == 0) {
63
return event();
64
}
65
66
return exec_1d(queue, 0, m_count);
67
}
68
69
private:
70
size_t m_count;
Callers
1
serial_merge
Function · 0.45
Calls
1
event
Class · 0.85
Tested by
no test coverage detected