From a04ddd59772c7e3167278a29a2ea2c28974bed1a Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 19 Jul 2023 08:57:45 -0400 Subject: [PATCH] Mention that step-64 can be used on the CPU --- 9.5/paper.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/9.5/paper.tex b/9.5/paper.tex index 21215bb..b29fc9c 100644 --- a/9.5/paper.tex +++ b/9.5/paper.tex @@ -319,9 +319,10 @@ interface with \boost. In the current release, \texttt{LinearAlgebra::distributed::Vector} and the \texttt{CUDAWrappers::Matrix\allowbreak{}Free} framework are using \kokkos. This allows them -to work on all the architectures supported by \kokkos. The \kokkos backend used -by \dealii is \texttt{Kokkos::DefaultExecutionSpace} which corresponds to the -highest available backend in the hierarchy device, host-parallel, and host-serial +to work on all the architectures supported by \kokkos. In particular, the step-64 example +can now also be run on the CPU and doesn't require a GPU anymore. \\ +The \kokkos backend used by \dealii is \texttt{Kokkos::DefaultExecutionSpace} which corresponds +to the highest available backend in the hierarchy device, host-parallel, and host-serial at the time Kokkos was configured. -- 2.39.5