alpaka
Abstraction Library for Parallel Kernel Acceleration
|
any device ND memory set kernel. More...
#include <SetKernel.hpp>
Public Member Functions | |
template<typename TAcc , typename TExtent , typename TPitch > | |
ALPAKA_NO_HOST_ACC_WARNING ALPAKA_FN_ACC auto | operator() (TAcc const &acc, std::uint8_t const val, std::uint8_t *dst, TExtent extent, TPitch pitch) const -> void |
The kernel entry point. More... | |
any device ND memory set kernel.
Definition at line 16 of file SetKernel.hpp.
|
inline |
The kernel entry point.
All but the last element of threadElemExtent must be one.
TAcc | The accelerator environment to be executed on. |
TExtent | extent type. |
acc | The accelerator to be executed on. |
val | value to set. |
dst | target mem ptr. |
extent | area to set. |
Definition at line 31 of file SetKernel.hpp.