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

Method get_context

include/boost/compute/command_queue.hpp:222–225  ·  view source on GitHub ↗

Returns the context for the command queue.

Source from the content-addressed store, hash-verified

220
221 /// Returns the context for the command queue.
222 context get_context() const
223 {
224 return context(get_info<cl_context>(CL_QUEUE_CONTEXT));
225 }
226
227 /// Returns information about the command queue.
228 ///

Calls 1

contextClass · 0.70

Tested by

no test coverage detected