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

Method default_queue

include/boost/compute/container/vector.hpp:708–713  ·  view source on GitHub ↗

\internal_ Returns a command queue usable to issue commands for the vector's memory buffer. This is used when a member function is called without specifying an existing command queue to use.

Source from the content-addressed store, hash-verified

706 /// memory buffer. This is used when a member function is called without
707 /// specifying an existing command queue to use.
708 command_queue default_queue() const
709 {
710 const context &context = m_allocator.get_context();
711 command_queue queue(context, context.get_device());
712 return queue;
713 }
714
715private:
716 /// \internal_

Callers 14

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

Calls 2

get_contextMethod · 0.45
get_deviceMethod · 0.45

Tested by

no test coverage detected