![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/Common.hpp"#include "alpaka/dev/DevCpu.hpp"#include "alpaka/mem/view/Traits.hpp"#include "alpaka/platform/PlatformCpu.hpp"#include <vector>Go to the source code of this file.
Classes | |
| struct | alpaka::trait::DevType< std::vector< TElem, TAllocator > > |
| The std::vector device type trait specialization. More... | |
| struct | alpaka::trait::DimType< std::vector< TElem, TAllocator > > |
| The std::vector dimension getter trait specialization. More... | |
| struct | alpaka::trait::ElemType< std::vector< TElem, TAllocator > > |
| The std::vector memory element type get trait specialization. More... | |
| struct | alpaka::trait::GetDev< std::vector< TElem, TAllocator > > |
| The std::vector device get trait specialization. More... | |
| struct | alpaka::trait::GetExtents< std::vector< TElem, TAllocator > > |
| struct | alpaka::trait::GetOffsets< std::vector< TElem, TAllocator > > |
| The std::vector offset get trait specialization. More... | |
| struct | alpaka::trait::GetPtrNative< std::vector< TElem, TAllocator > > |
| The std::vector native pointer get trait specialization. More... | |
| struct | alpaka::trait::IdxType< std::vector< TElem, TAllocator > > |
| The std::vector idx type trait specialization. More... | |
Namespaces | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | alpaka::trait |
| The accelerator traits. | |