From: Daniel Arndt Date: Wed, 19 Jul 2023 12:57:45 +0000 (-0400) Subject: Mention that step-64 can be used on the CPU X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a04ddd59772c7e3167278a29a2ea2c28974bed1a;p=release-papers.git Mention that step-64 can be used on the CPU --- 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.