alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::internal::generic Namespace Reference

Namespaces

namespace  math

Classes

struct  SimdFillKernel
 assign a value to each element of the destination More...

Functions

template<typename T_Value>
void fill (auto &internalQueue, auto executor, alpaka::concepts::IMdSpan< T_Value > auto &&dest, T_Value elementValue)

Function Documentation

◆ fill()

template<typename T_Value>
void alpaka::internal::generic::fill ( auto & internalQueue,
auto executor,
alpaka::concepts::IMdSpan< T_Value > auto && dest,
T_Value elementValue )
inline

Definition at line 63 of file generic.hpp.