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

Method default_queue

include/boost/compute/container/array.hpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 buffer m_buffer;
275
276 command_queue default_queue() const
277 {
278 const context &context = m_buffer.get_context();
279 command_queue queue(context, context.get_device());
280 return queue;
281 }
282};
283
284namespace detail {

Callers 14

reserveMethod · 0.45
insertMethod · 0.45
eraseMethod · 0.45
findMethod · 0.45
countMethod · 0.45
lower_boundMethod · 0.45
upper_boundMethod · 0.45
reserveMethod · 0.45
insertMethod · 0.45
eraseMethod · 0.45
findMethod · 0.45
countMethod · 0.45

Calls 2

get_contextMethod · 0.45
get_deviceMethod · 0.45

Tested by

no test coverage detected