Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
Macros | |
#define | GLOBAL_FAD_SIZE 5 |
#define | VIEW_FAD_TESTS_FLD(F, L, D) |
#define | VIEW_FAD_TESTS_SFLD(F, L, D) TEUCHOS_UNIT_TEST_TEMPLATE_3_INSTANT( Kokkos_View_Fad, SFadNoSizeArg, F, L, D ) |
#define | VIEW_FAD_TESTS_FDI(F, D) |
#define | VIEW_FAD_TESTS_SFDI(F, D) |
#define | VIEW_FAD_TESTS_FDC(F, D) /* */ |
#define | VIEW_FAD_TESTS_SFDC(F, D) /* */ |
#define | VIEW_FAD_TESTS_FD(F, D) |
#define | VIEW_FAD_TESTS_SFD(F, D) |
#define | VIEW_FAD_TESTS_D(D) |
Typedefs | |
typedef Sacado::Fad::DFad< double > | DFadType |
typedef Sacado::Fad::SLFad < double, 2 *global_fad_size > | SLFadType |
typedef Sacado::Fad::SFad < double, global_fad_size > | SFadType |
Functions | |
template<typename FadType1 , typename FadType2 > | |
bool | checkFads (const FadType1 &x, const FadType2 &x2, Teuchos::FancyOStream &out, double tol=1.0e-15) |
template<typename fadtype , typename ordinal > | |
fadtype | generate_fad (const ordinal num_rows, const ordinal num_cols, const ordinal fad_size, const ordinal row, const ordinal col) |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, Size, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, DeepCopy, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, DeepCopy_ConstantScalar, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, DeepCopy_ConstantZero, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, DeepCopy_ConstantFad, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, DeepCopy_ConstantFadFull, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, LocalDeepCopy, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, LocalDeepCopyTeam, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, ScalarAssign, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, ValueAssign, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, Resize, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, Multiply, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, MultiplyUpdate, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, MultiplyConst, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, MultiplyMixed, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, AtomicAdd, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, Rank8, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, Roger, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, AssignDifferentStrides, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, ScalarValue, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, DynRankDimensionScalar, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, DynRankAssignStatic0, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, DynRankAssignStatic1, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, DynRankAssignStatic2, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, DynRankMultiply, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, SubdynrankviewCol, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, SubdynrankviewRow, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, SubdynrankviewScalar, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, Subview, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, Subview2, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, ConstViewAssign, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, ShmemSize, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, Unmanaged, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, Unmanaged2, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, UnmanagedConst, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, UnmanagedConst2, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, SFadNoSizeArg, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, Partition, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, AssignLayoutContiguousToLayoutStride, FadType, Layout, Device) | |
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL (Kokkos_View_Fad, CommonViewAllocMixedSpec, FadType, Layout, Device) | |
Variables | |
const int | global_num_rows = 11 |
const int | global_num_cols = 7 |
const int | global_fad_size = GLOBAL_FAD_SIZE |
#define GLOBAL_FAD_SIZE 5 |
Definition at line 76 of file Fad_KokkosTests.hpp.
Definition at line 2566 of file Fad_KokkosTests.hpp.
#define VIEW_FAD_TESTS_SFLD | ( | F, | |
L, | |||
D | |||
) | TEUCHOS_UNIT_TEST_TEMPLATE_3_INSTANT( Kokkos_View_Fad, SFadNoSizeArg, F, L, D ) |
Definition at line 2604 of file Fad_KokkosTests.hpp.
Definition at line 2607 of file Fad_KokkosTests.hpp.
Definition at line 2617 of file Fad_KokkosTests.hpp.
Definition at line 2636 of file Fad_KokkosTests.hpp.
Definition at line 2637 of file Fad_KokkosTests.hpp.
Definition at line 2640 of file Fad_KokkosTests.hpp.
Definition at line 2644 of file Fad_KokkosTests.hpp.
#define VIEW_FAD_TESTS_D | ( | D | ) |
Definition at line 2694 of file Fad_KokkosTests.hpp.
typedef Sacado::Fad::DFad<double> DFadType |
Definition at line 2650 of file Fad_KokkosTests.hpp.
typedef Sacado::Fad::SLFad<double,2*global_fad_size> SLFadType |
Definition at line 2651 of file Fad_KokkosTests.hpp.
typedef Sacado::Fad::SFad<double,global_fad_size> SFadType |
Definition at line 2652 of file Fad_KokkosTests.hpp.
bool checkFads | ( | const FadType1 & | x, |
const FadType2 & | x2, | ||
Teuchos::FancyOStream & | out, | ||
double | tol = 1.0e-15 |
||
) |
Definition at line 36 of file Fad_KokkosTests.hpp.
|
inline |
Definition at line 56 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
Size | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 487 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
DeepCopy | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 506 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
DeepCopy_ConstantScalar | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 544 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
DeepCopy_ConstantZero | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 588 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
DeepCopy_ConstantFad | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 632 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
DeepCopy_ConstantFadFull | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 675 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
LocalDeepCopy | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 714 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
LocalDeepCopyTeam | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 775 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
ScalarAssign | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 839 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
ValueAssign | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 880 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
Resize | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 930 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
Multiply | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 981 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
MultiplyUpdate | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1036 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
MultiplyConst | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1092 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
MultiplyMixed | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1150 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
AtomicAdd | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1181 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
Rank8 | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1229 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
Roger | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1257 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
AssignDifferentStrides | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1301 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
ScalarValue | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1352 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
DynRankDimensionScalar | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1730 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
DynRankAssignStatic0 | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1732 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
DynRankAssignStatic1 | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1734 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
DynRankAssignStatic2 | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1736 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
DynRankMultiply | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1738 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
SubdynrankviewCol | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1740 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
SubdynrankviewRow | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1742 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
SubdynrankviewScalar | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1744 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
Subview | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1749 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
Subview2 | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 1802 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
ConstViewAssign | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 2009 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
ShmemSize | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 2519 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
Unmanaged | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 2540 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
Unmanaged2 | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 2543 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
UnmanagedConst | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 2546 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
UnmanagedConst2 | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 2549 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
SFadNoSizeArg | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 2552 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
Partition | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 2555 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
AssignLayoutContiguousToLayoutStride | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 2558 of file Fad_KokkosTests.hpp.
TEUCHOS_UNIT_TEST_TEMPLATE_3_DECL | ( | Kokkos_View_Fad | , |
CommonViewAllocMixedSpec | , | ||
FadType | , | ||
Layout | , | ||
Device | |||
) |
Definition at line 2561 of file Fad_KokkosTests.hpp.
const int global_num_rows = 11 |
Definition at line 78 of file Fad_KokkosTests.hpp.
const int global_num_cols = 7 |
Definition at line 79 of file Fad_KokkosTests.hpp.
const int global_fad_size = GLOBAL_FAD_SIZE |
Definition at line 80 of file Fad_KokkosTests.hpp.