#include <ViewAccessOps.hpp>
template<typename TView>
{
};
{
};
{
};
}
ALPAKA_FN_HOST auto getPitchesInBytes(TView const &view) -> Vec< Dim< TView >, Idx< TView > >
typename trait::IdxType< T >::type Idx
ALPAKA_FN_HOST auto getPtrNative(TView const &view) -> Elem< TView > const *
Gets the native pointer of the memory view.
ALPAKA_NO_HOST_ACC_WARNING ALPAKA_FN_HOST_ACC auto getExtents(T const &object) -> Vec< Dim< T >, Idx< T > >
typename trait::DimType< T >::type Dim
The dimension type trait alias template to remove the ::type.
Definition at line 27 of file ViewAccessOps.hpp.