16 namespace onAcc::internal
20 struct AutoIndexMapping
22 template<
typename T_Acc,
typename T_Api, alpaka::concepts::DeviceKind T_DeviceKind>
25 constexpr auto operator()(T_Acc
const&, T_Api, T_DeviceKind)
const
27 return layout::Strided{};
33 constexpr auto adjustMapping(
auto const& acc)
35 return trait::AutoIndexMapping::
65 template<
typename TDataSource>
66 struct CopyConstructableDataSource : std::false_type
#define ALPAKA_TYPEOF(...)
Get the type of instance.