alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::CreateTaskMemset< TDim, DevCpu > Struct Template Reference

The CPU device memory set trait specialization. More...

#include <Set.hpp>

Static Public Member Functions

template<typename TExtent , typename TViewFwd >
static ALPAKA_FN_HOST auto createTaskMemset (TViewFwd &&view, std::uint8_t const &byte, TExtent const &extent) -> alpaka::detail::TaskSetCpu< TDim, std::remove_reference_t< TViewFwd >, TExtent >
 

Detailed Description

template<typename TDim>
struct alpaka::trait::CreateTaskMemset< TDim, DevCpu >

The CPU device memory set trait specialization.

Definition at line 174 of file Set.hpp.

Member Function Documentation

◆ createTaskMemset()

template<typename TDim >
template<typename TExtent , typename TViewFwd >
static ALPAKA_FN_HOST auto alpaka::trait::CreateTaskMemset< TDim, DevCpu >::createTaskMemset ( TViewFwd &&  view,
std::uint8_t const &  byte,
TExtent const &  extent 
) -> alpaka::detail::TaskSetCpu<TDim, std::remove_reference_t<TViewFwd>, TExtent>
inlinestatic

Definition at line 177 of file Set.hpp.


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