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

Method exec

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

Source from the content-addressed store, hash-verified

45 }
46
47 event exec(command_queue &queue)
48 {
49 if(m_count == 0) {
50 return event();
51 }
52
53 return exec_1d(queue, m_offset, m_count);
54 }
55
56private:
57 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