]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Include Kokkos headers in files that use Kokkos. 18311/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 31 Mar 2025 22:06:51 +0000 (16:06 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 1 Apr 2025 02:15:08 +0000 (20:15 -0600)
include/deal.II/lac/precondition.h
include/deal.II/lac/vector_operations_internal.h
include/deal.II/matrix_free/portable_tensor_product_kernels.h
source/base/exceptions.cc
source/base/partitioner.cc

index c16b14a5033546368edad3a998804b53ec64fafa..75a4fb153fd7340960215bddc0129128e0fe58ee 100644 (file)
@@ -30,6 +30,8 @@
 #include <deal.II/lac/solver_cg.h>
 #include <deal.II/lac/vector_memory.h>
 
+#include <Kokkos_Core.hpp>
+
 #include <limits>
 
 DEAL_II_NAMESPACE_OPEN
index 40817aa6ff609810452a129c839fa5b0e75ed043..5d0243695b50fada0e9dc1c5d6c99139ccaedabd 100644 (file)
@@ -27,6 +27,8 @@
 
 #include <deal.II/lac/vector_operation.h>
 
+#include <Kokkos_Core.hpp>
+
 #include <cstdio>
 #include <cstring>
 
index 802ac3efa705642903b23eb3770feb88b6fcc0d4..0ddc281e50e8d7469b38340e2d6bdfba55e70eb1 100644 (file)
@@ -21,6 +21,9 @@
 #include <deal.II/base/memory_space.h>
 #include <deal.II/base/utilities.h>
 
+#include <Kokkos_Core.hpp>
+
+
 DEAL_II_NAMESPACE_OPEN
 
 
index aa4399a07a5060bd69e53f133b26f018ef56866b..68e466d4c9ea3b045b500ff66478beaa82a344f1 100644 (file)
@@ -17,6 +17,8 @@
 #include <deal.II/base/mpi.h>
 #include <deal.II/base/utilities.h>
 
+#include <Kokkos_Core.hpp>
+
 #include <cstdlib>
 #include <cstring>
 #include <iostream>
index d7135e62d40c1c3e2b2647bd38819236f67f7c07..554679a4b3554d278b800d141d18b40c6d839ef2 100644 (file)
@@ -19,6 +19,8 @@
 
 #include <boost/serialization/utility.hpp>
 
+#include <Kokkos_Core.hpp>
+
 #include <limits>
 
 DEAL_II_NAMESPACE_OPEN

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.