Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some constexpr traits to Tpetra Node types
- is_serial: is it Kokkos::Serial - is_cpu: is it a CPU-like device (default memspace is HostSpace) - is_gpu: is it a GPU-like device (default memspace is something other than HostSpace)
- Loading branch information