alpaka
Abstraction Library for Parallel Kernel Acceleration
Copy.hpp File Reference

Go to the source code of this file.

Classes

struct  alpaka::detail::TaskCopyCpu< TDim, TViewDst, TViewSrc, TExtent >
 The CPU device ND memory copy task. More...
 
struct  alpaka::detail::TaskCopyCpu< DimInt< 0u >, TViewDst, TViewSrc, TExtent >
 The CPU device scalar memory copy task. More...
 
struct  alpaka::detail::TaskCopyCpu< DimInt< 1u >, TViewDst, TViewSrc, TExtent >
 The CPU device 1D memory copy task. More...
 
struct  alpaka::detail::TaskCopyCpuBase< TDim, TViewDst, TViewSrc, TExtent >
 The CPU device memory copy task base. More...
 
struct  alpaka::trait::CreateTaskMemcpy< TDim, DevCpu, DevCpu >
 The CPU device memory copy trait specialization. More...
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::detail
 
 alpaka::trait
 The accelerator traits.