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

Method context

include/boost/compute/context.hpp:53–56  ·  view source on GitHub ↗

Create a null context object.

Source from the content-addressed store, hash-verified

51public:
52 /// Create a null context object.
53 context()
54 : m_context(0)
55 {
56 }
57
58 /// Creates a new context for \p device with \p properties.
59 ///

Callers

nothing calls this directly

Calls 4

opencl_errorClass · 0.85
idMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected