alpaka
Abstraction Library for Parallel Kernel Acceleration
|
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 > |
The CPU device memory set trait specialization.
|
inlinestatic |