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 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 | |
AtomicAddKernel (const ViewType &v, const ScalarViewType &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 ScalarViewType &s) |
Public Attributes | |
const ViewType | m_v |
const ScalarViewType | m_s |
Static Public Attributes | |
static const size_type | stride = Kokkos::ViewScalarStride<ViewType>::stride |
Definition at line 382 of file Fad_KokkosTests.hpp.
typedef ViewType::execution_space AtomicAddKernel< ViewType, ScalarViewType >::execution_space |
Definition at line 383 of file Fad_KokkosTests.hpp.
typedef ViewType::size_type AtomicAddKernel< ViewType, ScalarViewType >::size_type |
Definition at line 384 of file Fad_KokkosTests.hpp.
typedef Kokkos::TeamPolicy< execution_space> AtomicAddKernel< ViewType, ScalarViewType >::team_policy_type |
Definition at line 385 of file Fad_KokkosTests.hpp.
typedef Kokkos::RangePolicy< execution_space> AtomicAddKernel< ViewType, ScalarViewType >::range_policy_type |
Definition at line 386 of file Fad_KokkosTests.hpp.
typedef team_policy_type::member_type AtomicAddKernel< ViewType, ScalarViewType >::team_handle |
Definition at line 387 of file Fad_KokkosTests.hpp.
typedef Kokkos::ThreadLocalScalarType<ViewType>::type AtomicAddKernel< ViewType, ScalarViewType >::local_scalar_type |
Definition at line 388 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 394 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 399 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 405 of file Fad_KokkosTests.hpp.
|
inlinestatic |
Definition at line 413 of file Fad_KokkosTests.hpp.
|
static |
Definition at line 389 of file Fad_KokkosTests.hpp.
const ViewType AtomicAddKernel< ViewType, ScalarViewType >::m_v |
Definition at line 391 of file Fad_KokkosTests.hpp.
const ScalarViewType AtomicAddKernel< ViewType, ScalarViewType >::m_s |
Definition at line 392 of file Fad_KokkosTests.hpp.