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

Method create_kernel

compute/include/boost/compute/kernel.hpp:474–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472};
473
474inline kernel program::create_kernel(const std::string &name) const
475{
476 return kernel(*this, name);
477}
478
479/// \internal_ define get_info() specializations for kernel
480BOOST_COMPUTE_DETAIL_DEFINE_GET_INFO_SPECIALIZATIONS(kernel,

Callers 15

BuildGPUKernelsMethod · 0.80
BuildGPUKernelsMethod · 0.80
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

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