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 413 of file Fad_KokkosTests.hpp.
typedef ViewType::execution_space AtomicAddKernel< ViewType, ScalarViewType >::execution_space |
Definition at line 414 of file Fad_KokkosTests.hpp.
typedef ViewType::size_type AtomicAddKernel< ViewType, ScalarViewType >::size_type |
Definition at line 415 of file Fad_KokkosTests.hpp.
typedef Kokkos::TeamPolicy< execution_space> AtomicAddKernel< ViewType, ScalarViewType >::team_policy_type |
Definition at line 416 of file Fad_KokkosTests.hpp.
typedef Kokkos::RangePolicy< execution_space> AtomicAddKernel< ViewType, ScalarViewType >::range_policy_type |
Definition at line 417 of file Fad_KokkosTests.hpp.
typedef team_policy_type::member_type AtomicAddKernel< ViewType, ScalarViewType >::team_handle |
Definition at line 418 of file Fad_KokkosTests.hpp.
typedef Kokkos::ThreadLocalScalarType<ViewType>::type AtomicAddKernel< ViewType, ScalarViewType >::local_scalar_type |
Definition at line 419 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 425 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 430 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 436 of file Fad_KokkosTests.hpp.
|
inlinestatic |
Definition at line 444 of file Fad_KokkosTests.hpp.
|
static |
Definition at line 420 of file Fad_KokkosTests.hpp.
const ViewType AtomicAddKernel< ViewType, ScalarViewType >::m_v |
Definition at line 422 of file Fad_KokkosTests.hpp.
const ScalarViewType AtomicAddKernel< ViewType, ScalarViewType >::m_s |
Definition at line 423 of file Fad_KokkosTests.hpp.