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

Method exec

include/boost/compute/algorithm/reverse_copy.hpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void exec(command_queue &queue)
42 {
43 exec_1d(queue, 0, m_size);
44 }
45
46 size_t m_size;
47};

Callers 1

reverse_copyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected