alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename > Class Template Reference

#include <IndependentElements.hpp>

Classes

class  const_iterator
 

Public Types

using Idx = alpaka::Idx< TAcc >
 
using iterator = const_iterator
 

Public Member Functions

ALPAKA_FN_ACC IndependentGroupsAlong (TAcc const &acc)
 
ALPAKA_FN_ACC IndependentGroupsAlong (TAcc const &acc, Idx groups)
 
ALPAKA_FN_ACC const_iterator begin () const
 
ALPAKA_FN_ACC const_iterator end () const
 

Detailed Description

template<typename TAcc, std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
class alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >

Definition at line 60 of file IndependentElements.hpp.

Member Typedef Documentation

◆ Idx

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
using alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::Idx = alpaka::Idx<TAcc>

Definition at line 63 of file IndependentElements.hpp.

◆ iterator

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
using alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::iterator = const_iterator

Definition at line 80 of file IndependentElements.hpp.

Constructor & Destructor Documentation

◆ IndependentGroupsAlong() [1/2]

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
ALPAKA_FN_ACC alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::IndependentGroupsAlong ( TAcc const &  acc)
inline

Definition at line 65 of file IndependentElements.hpp.

◆ IndependentGroupsAlong() [2/2]

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
ALPAKA_FN_ACC alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::IndependentGroupsAlong ( TAcc const &  acc,
Idx  groups 
)
inline

Definition at line 72 of file IndependentElements.hpp.

Member Function Documentation

◆ begin()

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
ALPAKA_FN_ACC const_iterator alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::begin ( ) const
inline

Definition at line 82 of file IndependentElements.hpp.

◆ end()

template<typename TAcc , std::size_t Dim, typename = std::enable_if_t<alpaka::isAccelerator<TAcc> and alpaka::Dim<TAcc>::value >= Dim>
ALPAKA_FN_ACC const_iterator alpaka::detail::IndependentGroupsAlong< TAcc, Dim, typename >::end ( ) const
inline

Definition at line 87 of file IndependentElements.hpp.


The documentation for this class was generated from the following file: