--- /dev/null
+cmake_minimum_required(VERSION 3.13.4)
+include(../scripts/setup_testsubproject.cmake)
+project(testsuite CXX)
+deal_ii_pickup_tests()
#include "../tests.h"
-namespace CUDA = LinearAlgebra::CUDAWrappers;
using TeamHandle = Kokkos::TeamPolicy<
MemorySpace::Default::kokkos_space::execution_space>::member_type;
deallog.attach(logfile);
Kokkos::initialize();
- init_cuda();
deallog.push("values");
test<4, 4, 0, false>();
#include "../tests.h"
-namespace CUDA = LinearAlgebra::CUDAWrappers;
using TeamHandle = Kokkos::TeamPolicy<
MemorySpace::Default::kokkos_space::execution_space>::member_type;
deallog.attach(logfile);
Kokkos::initialize();
- init_cuda();
deallog.push("values");
test<4, 4, 0, false>();
#include "../tests.h"
-#include "create_mesh.h"
+#include "../matrix_free/create_mesh.h"
#include "matrix_vector_device_common.h"
template <int dim, int fe_degree, typename Number>
#include "../tests.h"
-#include "create_mesh.h"
+#include "../matrix_free/create_mesh.h"
#include "matrix_vector_device_common.h"
template <int dim, int fe_degree, typename Number>
#include "../tests.h"
-#include "create_mesh.h"
+#include "../matrix_free/create_mesh.h"
#include "matrix_vector_device_common.h"
template <int dim, int fe_degree, typename Number>
#include "../tests.h"
-#include "create_mesh.h"
+#include "../matrix_free/create_mesh.h"
#include "matrix_vector_device_common.h"
template <int dim, int fe_degree, typename Number>