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

Method exec

include/boost/compute/algorithm/scatter_if.hpp:59–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

scatter_ifFunction · 0.45

Calls 1

eventClass · 0.85

Tested by

no test coverage detected