![]() |
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 <span>Go to the source code of this file.
Classes | |
| struct | alpaka::trait::DevType< std::span< TElem > > |
| The std::span device type trait specialization. More... | |
| struct | alpaka::trait::DimType< std::span< TElem > > |
| The std::span dimension getter trait specialization. More... | |
| struct | alpaka::trait::ElemType< std::span< TElem > > |
| The std::span memory element type get trait specialization. More... | |
| struct | alpaka::trait::GetDev< std::span< TElem > > |
| The std::span device get trait specialization. More... | |
| struct | alpaka::trait::GetExtents< std::span< TElem > > |
| struct | alpaka::trait::GetOffsets< std::span< TElem > > |
| The std::span offset get trait specialization. More... | |
| struct | alpaka::trait::GetPtrNative< std::span< TElem > > |
| The std::span native pointer get trait specialization. More... | |
| struct | alpaka::trait::IdxType< std::span< TElem > > |
| The std::span idx type trait specialization. More... | |
Namespaces | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | alpaka::trait |
| The accelerator traits. | |