Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Fad_KokkosTests.hpp>
Public Types | |
typedef ViewType::execution_space | execution_space |
typedef ViewType::size_type | size_type |
typedef ViewType::value_type::value_type | ScalarType |
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 | |
ScalarAssignKernel (const ViewType &v, const ScalarType &s) | |
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 ViewType &v, const ScalarType &s) |
Public Attributes | |
const ViewType | m_v |
const ScalarType | m_s |
Static Public Attributes | |
static const size_type | stride = Kokkos::ViewScalarStride<ViewType>::stride |
Definition at line 180 of file Fad_KokkosTests.hpp.
typedef ViewType::execution_space ScalarAssignKernel< ViewType >::execution_space |
Definition at line 181 of file Fad_KokkosTests.hpp.
typedef ViewType::size_type ScalarAssignKernel< ViewType >::size_type |
Definition at line 182 of file Fad_KokkosTests.hpp.
typedef ViewType::value_type::value_type ScalarAssignKernel< ViewType >::ScalarType |
Definition at line 183 of file Fad_KokkosTests.hpp.
typedef Kokkos::TeamPolicy< execution_space> ScalarAssignKernel< ViewType >::team_policy_type |
Definition at line 184 of file Fad_KokkosTests.hpp.
typedef Kokkos::RangePolicy< execution_space> ScalarAssignKernel< ViewType >::range_policy_type |
Definition at line 185 of file Fad_KokkosTests.hpp.
typedef team_policy_type::member_type ScalarAssignKernel< ViewType >::team_handle |
Definition at line 186 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 192 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 197 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 202 of file Fad_KokkosTests.hpp.
|
inlinestatic |
Definition at line 210 of file Fad_KokkosTests.hpp.
|
static |
Definition at line 187 of file Fad_KokkosTests.hpp.
const ViewType ScalarAssignKernel< ViewType >::m_v |
Definition at line 189 of file Fad_KokkosTests.hpp.
const ScalarType ScalarAssignKernel< ViewType >::m_s |
Definition at line 190 of file Fad_KokkosTests.hpp.