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

Function copy_async

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

Source from the content-addressed store, hash-verified

866/// \see copy()
867template<class InputIterator, class OutputIterator>
868inline future<OutputIterator>
869copy_async(InputIterator first,
870 InputIterator last,
871 OutputIterator result,
872 command_queue &queue = system::default_queue(),
873 const wait_list &events = wait_list())
874{
875 return detail::dispatch_copy_async(first, last, result, queue, events);
876}
877
878} // end compute namespace
879} // end boost namespace

Callers 8

mainFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
mainFunction · 0.85
fill_async_with_copyFunction · 0.85
merge_sort_by_key_on_gpuFunction · 0.85
merge_sort_on_gpuFunction · 0.85

Calls 2

wait_listClass · 0.85
dispatch_copy_asyncFunction · 0.85

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68