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

Method kernel

include/boost/compute/kernel.hpp:43–46  ·  view source on GitHub ↗

Creates a null kernel object.

Source from the content-addressed store, hash-verified

41public:
42 /// Creates a null kernel object.
43 kernel()
44 : m_kernel(0)
45 {
46 }
47
48 /// Creates a new kernel object for \p kernel. If \p retain is
49 /// \c true, the reference count for \p kernel will be incremented.

Callers

nothing calls this directly

Calls 2

opencl_errorClass · 0.85
getMethod · 0.45

Tested by

no test coverage detected