15 #define SACADO_VIEW_CUDA_HIERARCHICAL 1
16 #define SACADO_VIEW_CUDA_HIERARCHICAL_DFAD_STRIDED 1
17 #define SACADO_KOKKOS_USE_MEMORY_POOL 1
19 #include "Kokkos_Macros.hpp"
21 #define SACADO_TEST_DFAD 1
27 #undef VIEW_FAD_TESTS_FD
28 #define VIEW_FAD_TESTS_FD( F, D ) \
29 VIEW_FAD_TESTS_FLD( F, LeftContiguous32, D ) \
30 VIEW_FAD_TESTS_FLD( F, RightContiguous32, D )
36 int
main(
int argc,
char* argv[] ) {
40 Kokkos::InitializationSettings init_args;
41 init_args.set_device_id(0);
42 Kokkos::initialize( init_args );
43 Kokkos::print_configuration(std::cout);
45 #if defined(SACADO_KOKKOS_USE_MEMORY_POOL)
57 #if defined(SACADO_KOKKOS_USE_MEMORY_POOL)
void createGlobalMemoryPool(const ExecSpace &space, const size_t min_total_alloc_size, const uint32_t min_block_alloc_size, const uint32_t max_block_alloc_size, const uint32_t min_superblock_size)
const int global_fad_size
Kokkos::LayoutContiguous< Kokkos::LayoutRight, 32 > RightContiguous32
const int global_num_rows
static int runUnitTestsFromMain(int argc, char *argv[])
const int global_num_cols
void destroyGlobalMemoryPool(const ExecSpace &space)
#define VIEW_FAD_TESTS_D(D)
Kokkos::LayoutContiguous< Kokkos::LayoutLeft, 32 > LeftContiguous32