alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::detail::TaskSetCpu< TDim, TView, TExtent > Struct Template Reference

The CPU device ND memory set task. More...

#include <Set.hpp>

+ Inheritance diagram for alpaka::detail::TaskSetCpu< TDim, TView, TExtent >:

Public Types

using DimMin1 = DimInt< TDim::value - 1u >
 
- Public Types inherited from alpaka::detail::TaskSetCpuBase< TDim, TView, TExtent >
using DstSize = Idx< TView >
 
using Elem = alpaka::Elem< TView >
 
using ExtentSize = Idx< TExtent >
 

Public Member Functions

ALPAKA_FN_HOST auto operator() () const -> void
 
- Public Member Functions inherited from alpaka::detail::TaskSetCpuBase< TDim, TView, TExtent >
template<typename TViewFwd >
 TaskSetCpuBase (TViewFwd &&view, std::uint8_t const &byte, TExtent const &extent)
 
ALPAKA_FN_HOST auto printDebug () const -> void
 

Additional Inherited Members

- Public Attributes inherited from alpaka::detail::TaskSetCpuBase< TDim, TView, TExtent >
std::uint8_t const m_byte
 
Vec< TDim, DstSize > const m_dstExtent
 
std::uint8_t *const m_dstMemNative
 
Vec< TDim, DstSize > const m_dstPitchBytes
 
Vec< TDim, ExtentSize > const m_extent
 
ExtentSize const m_extentWidthBytes
 

Detailed Description

template<typename TDim, typename TView, typename TExtent>
struct alpaka::detail::TaskSetCpu< TDim, TView, TExtent >

The CPU device ND memory set task.

Definition at line 69 of file Set.hpp.

Member Typedef Documentation

◆ DimMin1

template<typename TDim , typename TView , typename TExtent >
using alpaka::detail::TaskSetCpu< TDim, TView, TExtent >::DimMin1 = DimInt<TDim::value - 1u>

Definition at line 71 of file Set.hpp.

Member Function Documentation

◆ operator()()

template<typename TDim , typename TView , typename TExtent >
ALPAKA_FN_HOST auto alpaka::detail::TaskSetCpu< TDim, TView, TExtent >::operator() ( ) const -> void
inline

Definition at line 77 of file Set.hpp.


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