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 | ValueType |
typedef Kokkos::TeamPolicy < execution_space > | team_policy_type |
typedef Kokkos::RangePolicy < execution_space > | range_policy_type |
typedef team_policy_type::member_type | team_handle |
typedef Kokkos::ThreadLocalScalarType < ViewType >::type | local_scalar_type |
Public Member Functions | |
ValueAssignKernel (const ViewType &v, const ValueType &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 ValueType &s) |
Public Attributes | |
const ViewType | m_v |
const ValueType | m_s |
Static Public Attributes | |
static const size_type | stride = Kokkos::ViewScalarStride<ViewType>::stride |
Definition at line 243 of file Fad_KokkosTests.hpp.
typedef ViewType::execution_space ValueAssignKernel< ViewType >::execution_space |
Definition at line 244 of file Fad_KokkosTests.hpp.
typedef ViewType::size_type ValueAssignKernel< ViewType >::size_type |
Definition at line 245 of file Fad_KokkosTests.hpp.
typedef ViewType::value_type ValueAssignKernel< ViewType >::ValueType |
Definition at line 246 of file Fad_KokkosTests.hpp.
typedef Kokkos::TeamPolicy< execution_space> ValueAssignKernel< ViewType >::team_policy_type |
Definition at line 247 of file Fad_KokkosTests.hpp.
typedef Kokkos::RangePolicy< execution_space> ValueAssignKernel< ViewType >::range_policy_type |
Definition at line 248 of file Fad_KokkosTests.hpp.
typedef team_policy_type::member_type ValueAssignKernel< ViewType >::team_handle |
Definition at line 249 of file Fad_KokkosTests.hpp.
typedef Kokkos::ThreadLocalScalarType<ViewType>::type ValueAssignKernel< ViewType >::local_scalar_type |
Definition at line 250 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 256 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 261 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 267 of file Fad_KokkosTests.hpp.
|
inlinestatic |
Definition at line 275 of file Fad_KokkosTests.hpp.
|
static |
Definition at line 251 of file Fad_KokkosTests.hpp.
const ViewType ValueAssignKernel< ViewType >::m_v |
Definition at line 253 of file Fad_KokkosTests.hpp.
const ValueType ValueAssignKernel< ViewType >::m_s |
Definition at line 254 of file Fad_KokkosTests.hpp.