Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ exec
Method
exec
include/boost/compute/algorithm/includes.hpp:84–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
event exec(command_queue &queue)
85
{
86
if(m_count == 0) {
87
return event();
88
}
89
90
return exec_1d(queue, 0, m_count);
91
}
92
93
private:
94
size_t m_count;
Callers
1
includes
Function · 0.45
Calls
1
event
Class · 0.85
Tested by
no test coverage detected