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

Method command_queue

include/boost/compute/command_queue.hpp:95–98  ·  view source on GitHub ↗

Creates a null command queue.

Source from the content-addressed store, hash-verified

93
94 /// Creates a null command queue.
95 command_queue()
96 : m_queue(0)
97 {
98 }
99
100 explicit command_queue(cl_command_queue queue, bool retain = true)
101 : m_queue(queue)

Callers

nothing calls this directly

Calls 5

opencl_errorClass · 0.85
check_versionMethod · 0.80
push_backMethod · 0.80
idMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected