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 329 of file Fad_KokkosTests.hpp.
typedef InputViewType::execution_space AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::execution_space |
Definition at line 330 of file Fad_KokkosTests.hpp.
typedef InputViewType::size_type AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::size_type |
Definition at line 331 of file Fad_KokkosTests.hpp.
typedef Kokkos::TeamPolicy< execution_space> AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::team_policy_type |
Definition at line 332 of file Fad_KokkosTests.hpp.
typedef Kokkos::RangePolicy< execution_space> AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::range_policy_type |
Definition at line 333 of file Fad_KokkosTests.hpp.
typedef team_policy_type::member_type AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::team_handle |
Definition at line 334 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 341 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 353 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 358 of file Fad_KokkosTests.hpp.
|
inlinestatic |
Definition at line 366 of file Fad_KokkosTests.hpp.
|
static |
Definition at line 335 of file Fad_KokkosTests.hpp.
const InputViewType AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::m_v1 |
Definition at line 337 of file Fad_KokkosTests.hpp.
const OutputViewType AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::m_v2 |
Definition at line 338 of file Fad_KokkosTests.hpp.
const size_type AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::m_col |
Definition at line 339 of file Fad_KokkosTests.hpp.