|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Fad_KokkosTests.hpp>
Public Types | |
| typedef InputViewType::execution_space | execution_space |
| typedef InputViewType::size_type | size_type |
| typedef Kokkos::TeamPolicy< execution_space > | team_policy_type |
| typedef Kokkos::RangePolicy< execution_space > | range_policy_type |
| typedef team_policy_type::member_type | team_handle |
Public Member Functions | |
| AssignRank2Rank1Kernel (const InputViewType v1, const OutputViewType v2, const size_type col) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const size_type i) const |
| KOKKOS_INLINE_FUNCTION void | operator() (const team_handle &team) const |
Static Public Member Functions | |
| static void | apply (const InputViewType v1, const OutputViewType v2, const size_type col) |
Public Attributes | |
| const InputViewType | m_v1 |
| const OutputViewType | m_v2 |
| const size_type | m_col |
Static Public Attributes | |
| static const size_type | stride = Kokkos::ViewScalarStride<InputViewType>::stride |
Definition at line 348 of file Fad_KokkosTests.hpp.
| typedef InputViewType::execution_space AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::execution_space |
Definition at line 349 of file Fad_KokkosTests.hpp.
| typedef InputViewType::size_type AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::size_type |
Definition at line 350 of file Fad_KokkosTests.hpp.
| typedef Kokkos::TeamPolicy< execution_space> AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::team_policy_type |
Definition at line 351 of file Fad_KokkosTests.hpp.
| typedef Kokkos::RangePolicy< execution_space> AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::range_policy_type |
Definition at line 352 of file Fad_KokkosTests.hpp.
| typedef team_policy_type::member_type AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::team_handle |
Definition at line 353 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 360 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 372 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 377 of file Fad_KokkosTests.hpp.
|
inlinestatic |
Definition at line 385 of file Fad_KokkosTests.hpp.
|
static |
Definition at line 354 of file Fad_KokkosTests.hpp.
| const InputViewType AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::m_v1 |
Definition at line 356 of file Fad_KokkosTests.hpp.
| const OutputViewType AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::m_v2 |
Definition at line 357 of file Fad_KokkosTests.hpp.
| const size_type AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::m_col |
Definition at line 358 of file Fad_KokkosTests.hpp.