alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <IndependentElements.hpp>
Classes | |
class | const_iterator |
Public Types | |
using | Idx = alpaka::Idx< TAcc > |
using | iterator = const_iterator |
Public Member Functions | |
ALPAKA_FN_ACC | IndependentGroupElementsAlong (TAcc const &acc) |
ALPAKA_FN_ACC | IndependentGroupElementsAlong (TAcc const &acc, Idx extent) |
ALPAKA_FN_ACC | IndependentGroupElementsAlong (TAcc const &acc, Idx first, Idx extent) |
ALPAKA_FN_ACC const_iterator | begin () const |
ALPAKA_FN_ACC const_iterator | end () const |
Definition at line 266 of file IndependentElements.hpp.
using alpaka::detail::IndependentGroupElementsAlong< TAcc, Dim, typename >::Idx = alpaka::Idx<TAcc> |
Definition at line 269 of file IndependentElements.hpp.
using alpaka::detail::IndependentGroupElementsAlong< TAcc, Dim, typename >::iterator = const_iterator |
Definition at line 296 of file IndependentElements.hpp.
|
inline |
Definition at line 271 of file IndependentElements.hpp.
|
inline |
Definition at line 279 of file IndependentElements.hpp.
|
inline |
Definition at line 287 of file IndependentElements.hpp.
|
inline |
Definition at line 298 of file IndependentElements.hpp.
|
inline |
Definition at line 303 of file IndependentElements.hpp.