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

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

#include <Set.hpp>

+ Inheritance diagram for alpaka::detail::TaskSetCpu< DimInt< 1u >, TView, TExtent >:

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from alpaka::detail::TaskSetCpuBase< DimInt< 1u >, TView, TExtent >
using DstSize = Idx< TView >
 
using Elem = alpaka::Elem< TView >
 
using ExtentSize = Idx< TExtent >
 
- Public Attributes inherited from alpaka::detail::TaskSetCpuBase< DimInt< 1u >, TView, TExtent >
std::uint8_t const m_byte
 
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
 

Detailed Description

template<typename TView, typename TExtent>
struct alpaka::detail::TaskSetCpu< DimInt< 1u >, TView, TExtent >

The CPU device 1D memory set task.

Definition at line 106 of file Set.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 110 of file Set.hpp.


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