alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/AlignedAlloc.hpp"
#include "alpaka/core/Common.hpp"
#include "alpaka/core/Interface.hpp"
#include "alpaka/dev/cpu/SysInfo.hpp"
#include "alpaka/mem/alloc/Traits.hpp"
#include <algorithm>
Go to the source code of this file.
Classes | |
class | alpaka::AllocCpuAligned< TAlignment > |
The CPU boost aligned allocator. More... | |
struct | alpaka::trait::Free< T, AllocCpuAligned< TAlignment > > |
The CPU boost aligned allocator memory free trait specialization. More... | |
struct | alpaka::trait::Malloc< T, AllocCpuAligned< TAlignment > > |
The CPU boost aligned allocator memory allocation trait specialization. More... | |
Namespaces | |
alpaka | |
The alpaka accelerator library. | |
alpaka::trait | |
The accelerator traits. | |