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

Method name

include/boost/compute/kernel.hpp:135–138  ·  view source on GitHub ↗

Returns the function name for the kernel.

Source from the content-addressed store, hash-verified

133
134 /// Returns the function name for the kernel.
135 std::string name() const
136 {
137 return get_info<std::string>(CL_KERNEL_FUNCTION_NAME);
138 }
139
140 /// Returns the number of arguments for the kernel.
141 size_t arity() const

Callers 15

mainFunction · 0.45
mainFunction · 0.45
initializeGLMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
InitializeMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
initializeGLMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 6

BOOST_COMPUTE_FUNCTIONFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36