Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
namespace detail {
Callers
14
reserve
Method · 0.45
insert
Method · 0.45
erase
Method · 0.45
find
Method · 0.45
count
Method · 0.45
lower_bound
Method · 0.45
upper_bound
Method · 0.45
reserve
Method · 0.45
insert
Method · 0.45
erase
Method · 0.45
find
Method · 0.45
count
Method · 0.45
Calls
2
get_context
Method · 0.45
get_device
Method · 0.45
Tested by
no test coverage detected