Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
|
Given a space S, the HostMirror will generate the appropriate Host backend. More...
#include <Morpheus_Spaces.hpp>
Public Types | |
using | backend = typename std::conditional< keep_exe &&keep_mem, wrapped_space, typename std::conditional< keep_mem, Morpheus::Device< Kokkos::HostSpace::execution_space, typename wrapped_space::memory_space, wrapped_space >, Morpheus::HostSpace >::type >::type |
Given a space S, the HostMirror will generate the appropriate Host backend.
S | Space/Backend |