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 310 of file Fad_KokkosTests.hpp.
typedef InputViewType::execution_space AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::execution_space |
Definition at line 311 of file Fad_KokkosTests.hpp.
typedef InputViewType::size_type AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::size_type |
Definition at line 312 of file Fad_KokkosTests.hpp.
typedef Kokkos::TeamPolicy< execution_space> AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::team_policy_type |
Definition at line 313 of file Fad_KokkosTests.hpp.
typedef Kokkos::RangePolicy< execution_space> AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::range_policy_type |
Definition at line 314 of file Fad_KokkosTests.hpp.
typedef team_policy_type::member_type AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::team_handle |
Definition at line 315 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 322 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 334 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 339 of file Fad_KokkosTests.hpp.
|
inlinestatic |
Definition at line 347 of file Fad_KokkosTests.hpp.
|
static |
Definition at line 316 of file Fad_KokkosTests.hpp.
const InputViewType AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::m_v1 |
Definition at line 318 of file Fad_KokkosTests.hpp.
const OutputViewType AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::m_v2 |
Definition at line 319 of file Fad_KokkosTests.hpp.
const size_type AssignRank2Rank1Kernel< InputViewType, OutputViewType, Enabled >::m_col |
Definition at line 320 of file Fad_KokkosTests.hpp.