|
BioCMAMC-ST
|
#include <first_touch.hpp>
Public Types | |
| using | TeamMember = typename Kokkos::TeamPolicy<ComputeSpace>::member_type |
| using | value_type = typename ViewType::non_const_value_type |
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION void | operator() (const TeamMember &team) const |
Public Attributes | |
| ViewType | view |
| std::size_t | begin |
| std::size_t | end |
| std::size_t | per_team |
| using MC::Impl::FirstTouchFunctor< ViewType >::TeamMember = typename Kokkos::TeamPolicy<ComputeSpace>::member_type |
| using MC::Impl::FirstTouchFunctor< ViewType >::value_type = typename ViewType::non_const_value_type |
|
inline |
| std::size_t MC::Impl::FirstTouchFunctor< ViewType >::begin |
| std::size_t MC::Impl::FirstTouchFunctor< ViewType >::end |
| std::size_t MC::Impl::FirstTouchFunctor< ViewType >::per_team |
| ViewType MC::Impl::FirstTouchFunctor< ViewType >::view |