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

Method exec

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

Source from the content-addressed store, hash-verified

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

Callers 1

scatterFunction · 0.45

Calls 1

eventClass · 0.85

Tested by

no test coverage detected