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

Method create_kernel

include/boost/compute/kernel.hpp:487–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485};
486
487inline kernel program::create_kernel(const std::string &name) const
488{
489 return kernel(*this, name);
490}
491
492/// \internal_ define get_info() specializations for kernel
493BOOST_COMPUTE_DETAIL_DEFINE_GET_INFO_SPECIALIZATIONS(kernel,

Callers 15

make_copy_kernelFunction · 0.80
initializeGLMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
create_with_sourceMethod · 0.80

Calls 1

kernelClass · 0.70

Tested by 6

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64