MCPcopy Create free account
hub / github.com/boostorg/compute / exec

Method exec

include/boost/compute/algorithm/for_each.hpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void exec(command_queue &queue)
37 {
38 exec_1d(queue, 0, m_count);
39 }
40
41 size_t m_count;
42};

Callers 1

for_eachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected