Go to the source code of this file.
|
template<typename T > |
using | ALPAKA_ACCELERATOR_NAMESPACE::PortableCollection = ::PortableCollection< T, Device > |
|
template<typename T0 , typename T1 > |
using | ALPAKA_ACCELERATOR_NAMESPACE::PortableCollection2 = ::PortableMultiCollection< Device, T0, T1 > |
|
template<typename T0 , typename T1 , typename T2 > |
using | ALPAKA_ACCELERATOR_NAMESPACE::PortableCollection3 = ::PortableMultiCollection< Device, T0, T1, T2 > |
|
template<typename T0 , typename T1 , typename T2 , typename T3 > |
using | ALPAKA_ACCELERATOR_NAMESPACE::PortableCollection4 = ::PortableMultiCollection< Device, T0, T1, T2, T3 > |
|
template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 > |
using | ALPAKA_ACCELERATOR_NAMESPACE::PortableCollection5 = ::PortableMultiCollection< Device, T0, T1, T2, T3, T4 > |
|