![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <DataPitches.hpp>
Public Types | |
| using | index_type = typename T_Pitches::type |
| using | value_type = T_Type |
Public Member Functions | |
| constexpr | DataPitches ()=default |
| constexpr | DataPitches (T_Pitches const &pitchBytes) |
| constexpr auto | getPitches () const |
| constexpr index_type | operator[] (std::integral auto idx) const |
Static Public Member Functions | |
| static consteval uint32_t | dim () |
Definition at line 49 of file DataPitches.hpp.
| using alpaka::DataPitches< T_Type, T_Pitches >::index_type = typename T_Pitches::type |
Definition at line 52 of file DataPitches.hpp.
| using alpaka::DataPitches< T_Type, T_Pitches >::value_type = T_Type |
Definition at line 51 of file DataPitches.hpp.
|
inlineconstexpr |
Definition at line 59 of file DataPitches.hpp.
|
constexprdefault |
|
inlinestaticconsteval |
Definition at line 54 of file DataPitches.hpp.
|
inlineconstexpr |
Definition at line 67 of file DataPitches.hpp.
|
inlineconstexpr |
Definition at line 78 of file DataPitches.hpp.