![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/Common.hpp"#include "alpaka/dev/Traits.hpp"#include "alpaka/dim/Traits.hpp"#include "alpaka/extent/Traits.hpp"#include "alpaka/idx/Traits.hpp"#include "alpaka/mem/view/Traits.hpp"#include "alpaka/mem/view/ViewAccessOps.hpp"#include "alpaka/offset/Traits.hpp"Go to the source code of this file.
Classes | |
| struct | alpaka::trait::DevType< ViewConst< TView > > |
| struct | alpaka::trait::DimType< ViewConst< TView > > |
| struct | alpaka::trait::ElemType< ViewConst< TView > > |
| struct | alpaka::trait::GetDev< ViewConst< TView > > |
| struct | alpaka::trait::GetExtents< ViewConst< TView > > |
| struct | alpaka::trait::GetOffsets< ViewConst< TView > > |
| struct | alpaka::trait::GetPitchesInBytes< ViewConst< TView > > |
| struct | alpaka::trait::GetPtrNative< ViewConst< TView > > |
| struct | alpaka::trait::IdxType< ViewConst< TView > > |
| struct | alpaka::ViewConst< TView > |
| A non-modifiable wrapper around a view. This view acts as the wrapped view, but the underlying data is only exposed const-qualified. More... | |
Namespaces | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | alpaka::trait |
| The accelerator traits. | |
Functions | |
| template<typename TView > | |
| alpaka::ViewConst (TView) -> ViewConst< std::decay_t< TView > > | |