MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / name

Method name

compute/include/boost/compute/kernel.hpp:154–157  ·  view source on GitHub ↗

Returns the function name for the kernel.

Source from the content-addressed store, hash-verified

152
153 /// Returns the function name for the kernel.
154 std::string name() const
155 {
156 return get_info<std::string>(CL_KERNEL_FUNCTION_NAME);
157 }
158
159 /// Returns the number of arguments for the kernel.
160 size_t arity() const

Callers 15

InitGPUMethod · 0.45
InitGPUMethod · 0.45
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

Calls

no outgoing calls

Tested by 8

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
is_pocl_deviceFunction · 0.36
is_apple_deviceFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36