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

Method exec

include/boost/compute/algorithm/gather.hpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 event exec(command_queue &queue)
50 {
51 if(m_count == 0) {
52 return event();
53 }
54
55 return exec_1d(queue, 0, m_count);
56 }
57
58private:
59 size_t m_count;

Callers 3

searchFunction · 0.45
gatherFunction · 0.45
find_endFunction · 0.45

Calls 1

eventClass · 0.85

Tested by

no test coverage detected