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

Method exec

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

Source from the content-addressed store, hash-verified

54 }
55
56 event exec(command_queue &queue)
57 {
58 if(m_count == 0) {
59 return event();
60 }
61
62 set_arg(m_input_offset_arg, uint_(m_input_offset));
63 set_arg(m_output_offset_arg, uint_(m_output_offset));
64
65 return exec_1d(queue, 0, m_count);
66 }
67
68private:
69 size_t m_count;

Callers 1

scatterFunction · 0.45

Calls 1

eventClass · 0.85

Tested by

no test coverage detected