alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The CPU device memory copy trait specialization. More...
#include <Copy.hpp>
Static Public Member Functions | |
template<typename TExtent , typename TViewSrc , typename TViewDstFwd > | |
static ALPAKA_FN_HOST auto | createTaskMemcpy (TViewDstFwd &&viewDst, TViewSrc const &viewSrc, TExtent const &extent) -> alpaka::detail::TaskCopyCpu< TDim, std::remove_reference_t< TViewDstFwd >, TViewSrc, TExtent > |
The CPU device memory copy trait specialization.
Copies from CPU memory into CPU memory.
|
inlinestatic |