From: Daniel Arndt Date: Thu, 1 Dec 2022 23:08:03 +0000 (-0500) Subject: Small fixes X-Git-Tag: v9.5.0-rc1~697^2~33 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2d57206c3dbd9b45344d6919f67c51ce65ce49;p=dealii.git Small fixes --- diff --git a/include/deal.II/base/kokkos.h b/include/deal.II/base/kokkos.h index 7117f02fa8..caccb94466 100644 --- a/include/deal.II/base/kokkos.h +++ b/include/deal.II/base/kokkos.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2011 - 2021 by the deal.II authors +// Copyright (C) 2022 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/include/deal.II/base/memory_space.h b/include/deal.II/base/memory_space.h index 34db769f22..6f03f8d34d 100644 --- a/include/deal.II/base/memory_space.h +++ b/include/deal.II/base/memory_space.h @@ -43,12 +43,10 @@ namespace MemorySpace using kokkos_space = ::Kokkos::DefaultExecutionSpace::memory_space; }; -#ifdef DEAL_II_WITH_CUDA /** * Structure describing CUDA memory space. */ using CUDA = Device; -#endif } // namespace MemorySpace diff --git a/source/base/kokkos.cc b/source/base/kokkos.cc index 343929746d..38e78d6cf1 100644 --- a/source/base/kokkos.cc +++ b/source/base/kokkos.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2011 - 2021 by the deal.II authors +// Copyright (C) 2022 by the deal.II authors // // This file is part of the deal.II library. //