alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::trait::CreateTaskFill< TDim, DevCpu > Struct Template Reference

The memory fill task trait specialization for CPU devices. More...

#include <Fill.hpp>

Static Public Member Functions

template<typename TExtent , typename TViewFwd >
static ALPAKA_FN_HOST auto createTaskFill (TViewFwd &&view, alpaka::Elem< std::remove_reference_t< TViewFwd > > const &value, TExtent const &extent)
 

Detailed Description

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

The memory fill task trait specialization for CPU devices.

Definition at line 120 of file Fill.hpp.

Member Function Documentation

◆ createTaskFill()

template<typename TDim >
template<typename TExtent , typename TViewFwd >
static ALPAKA_FN_HOST auto alpaka::trait::CreateTaskFill< TDim, DevCpu >::createTaskFill ( TViewFwd && view,
alpaka::Elem< std::remove_reference_t< TViewFwd > > const & value,
TExtent const & extent )
inlinestatic

Definition at line 123 of file Fill.hpp.


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