Kokkos::Cuda - cz4rs/kokkos-core-wiki GitHub Wiki
Kokkos::Cuda is an ExecutionSpace type representing execution on a Cuda device. 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.