![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <Array.hpp>
Public Member Functions | |
| template<typename T_Idx > | |
| ALPAKA_FN_HOST_ACC auto | operator[] (const T_Idx idx) const -> TType const & |
| template<typename TIdx > | |
| ALPAKA_FN_HOST_ACC auto | operator[] (const TIdx idx) -> TType & |
Public Attributes | |
| TType | m_data [TSize] |
|
inline |
|
inline |
| TType alpaka::test::Array< TType, TSize >::m_data[TSize] |