alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::CreateTaskMemcpy< TDim, TDevDst, TDevSrc, TSfinae > Struct Template Reference

The memory copy task trait. More...

Detailed Description

template<typename TDim, typename TDevDst, typename TDevSrc, typename TSfinae = void>
struct alpaka::trait::CreateTaskMemcpy< TDim, TDevDst, TDevSrc, TSfinae >

The memory copy task trait.

Copies memory from one view into another view possibly on a different device.

Definition at line 120 of file Traits.hpp.


The documentation for this struct was generated from the following file: