alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::detail::TaskCopyCpu< DimInt< 1u >, TViewDst, TViewSrc, TExtent > Struct Template Reference

The CPU device 1D memory copy task. More...

#include <Copy.hpp>

+ Inheritance diagram for alpaka::detail::TaskCopyCpu< DimInt< 1u >, TViewDst, TViewSrc, TExtent >:

Public Member Functions

ALPAKA_FN_HOST auto operator() () const -> void
 
- Public Member Functions inherited from alpaka::detail::TaskCopyCpuBase< DimInt< 1u >, TViewDst, TViewSrc, TExtent >
 TaskCopyCpuBase (TViewFwd &&viewDst, TViewSrc const &viewSrc, TExtent const &extent)
 
ALPAKA_FN_HOST auto printDebug () const -> void
 

Additional Inherited Members

- Public Types inherited from alpaka::detail::TaskCopyCpuBase< DimInt< 1u >, TViewDst, TViewSrc, TExtent >
using DstSize = Idx< TViewDst >
 
using Elem = alpaka::Elem< TViewSrc >
 
using ExtentSize = Idx< TExtent >
 
using SrcSize = Idx< TViewSrc >
 
- Public Attributes inherited from alpaka::detail::TaskCopyCpuBase< DimInt< 1u >, TViewDst, TViewSrc, TExtent >
Vec< DimInt< 1u >, DstSize > const m_dstExtent
 
std::uint8_t *const m_dstMemNative
 
Vec< DimInt< 1u >, DstSize > const m_dstPitchBytes
 
Vec< DimInt< 1u >, ExtentSize > const m_extent
 
ExtentSize const m_extentWidthBytes
 
Vec< DimInt< 1u >, SrcSize > const m_srcExtent
 
std::uint8_t const *const m_srcMemNative
 
Vec< DimInt< 1u >, SrcSize > const m_srcPitchBytes
 

Detailed Description

template<typename TViewDst, typename TViewSrc, typename TExtent>
struct alpaka::detail::TaskCopyCpu< DimInt< 1u >, TViewDst, TViewSrc, TExtent >

The CPU device 1D memory copy task.

Definition at line 131 of file Copy.hpp.

Member Function Documentation

◆ operator()()

template<typename TViewDst , typename TViewSrc , typename TExtent >
ALPAKA_FN_HOST auto alpaka::detail::TaskCopyCpu< DimInt< 1u >, TViewDst, TViewSrc, TExtent >::operator() ( ) const -> void
inline

Definition at line 136 of file Copy.hpp.


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