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

Function copy

compute/include/boost/compute/algorithm/copy.hpp:854–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852/// \see copy_n(), copy_if(), copy_async()
853template<class InputIterator, class OutputIterator>
854inline OutputIterator copy(InputIterator first,
855 InputIterator last,
856 OutputIterator result,
857 command_queue &queue = system::default_queue(),
858 const wait_list &events = wait_list())
859{
860 return detail::dispatch_copy(first, last, result, queue, events);
861}
862
863/// Copies the values in the range [\p first, \p last) to the range
864/// beginning at \p result. The copy is performed asynchronously.

Callers 15

TreeSHAPMethod · 0.85
ResetByLeafPredMethod · 0.85
ConstructHistogramsMethod · 0.85
ParallelSortFunction · 0.85
TreeSHAPMethod · 0.85
ResetByLeafPredMethod · 0.85
ConstructHistogramsMethod · 0.85
ParallelSortFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

wait_listClass · 0.85
dispatch_copyFunction · 0.85

Tested by 15

BOOST_AUTO_TEST_CASEFunction · 0.68
accumulate_statisticsFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68