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

Method command_queue

include/boost/compute/command_queue.hpp:108–111  ·  view source on GitHub ↗

Creates a null command queue.

Source from the content-addressed store, hash-verified

106
107 /// Creates a null command queue.
108 command_queue()
109 : m_queue(0)
110 {
111 }
112
113 explicit command_queue(cl_command_queue queue, bool retain = true)
114 : m_queue(queue)

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected