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

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

#include <generic.hpp>

Public Member Functions

ALPAKA_FN_ACC void operator() (auto const &acc, alpaka::concepts::IMdSpan auto dest, auto const value) const

Detailed Description

assign a value to each element of the destination

Todo
replace the kernel as soon as we have an algorithm forEach callable from host

Definition at line 45 of file generic.hpp.

Member Function Documentation

◆ operator()()

ALPAKA_FN_ACC void alpaka::internal::generic::SimdFillKernel::operator() ( auto const & acc,
alpaka::concepts::IMdSpan auto dest,
auto const value ) const
inline

Definition at line 47 of file generic.hpp.


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