Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ exec
Method
exec
include/boost/compute/algorithm/reverse.hpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void exec(command_queue &queue)
47
{
48
exec_1d(queue, 0, m_size / 2);
49
}
50
51
size_t m_size;
52
};
Callers
1
reverse
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected