2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-02 08:42:14 +00:00
Files
compute/test/test_copy.cpp
Kyle Lutz a8f4421739 Add copy() specialization for host-to-host transfers
This adds a copy() specialization for host-to-host transfers
which simply forwards the call to std::copy().

This is useful in templated algorithms which may in certain
circumstances copy() between data ranges on the host.
2013-09-07 15:29:48 -04:00

8.2 KiB