alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/Assert.hpp"
#include "alpaka/dim/DimIntegralConst.hpp"
#include "alpaka/extent/Traits.hpp"
#include "alpaka/mem/view/Traits.hpp"
#include "alpaka/meta/Integral.hpp"
#include "alpaka/meta/NdLoop.hpp"
#include <cstring>
Go to the source code of this file.
Classes | |
struct | alpaka::detail::TaskSetCpu< TDim, TView, TExtent > |
The CPU device ND memory set task. More... | |
struct | alpaka::detail::TaskSetCpu< DimInt< 0u >, TView, TExtent > |
The CPU device scalar memory set task. More... | |
struct | alpaka::detail::TaskSetCpu< DimInt< 1u >, TView, TExtent > |
The CPU device 1D memory set task. More... | |
struct | alpaka::detail::TaskSetCpuBase< TDim, TView, TExtent > |
The CPU device ND memory set task base. More... | |
struct | alpaka::trait::CreateTaskMemset< TDim, DevCpu > |
The CPU device memory set trait specialization. More... | |
Namespaces | |
alpaka | |
The alpaka accelerator library. | |
alpaka::detail | |
alpaka::trait | |
The accelerator traits. | |