Skip to content

Kokkos::Serial

Christian Trott edited this page May 1, 2020 · 1 revision

Kokkos::Serial is an ExecutionSpace type representing serial execution the CPU. Except in rare instances, it should not be used directly, but instead should be used generically as an execution space. For details, see the documentation on the ExecutionSpace concept.

Clone this wiki locally