Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
|
Checks if the given type T
has a valid generic backend i.e has a GenericBackend
container. A valid generic backend is also assumed to be any valid Kokkos Execution Space, Memory Space or Device.
More...
#include <Morpheus_GenericBackend.hpp>
Static Public Attributes | |
static const bool | value = sizeof(test<T>(nullptr)) == sizeof(yes) |
Checks if the given type T
has a valid generic backend i.e has a GenericBackend
container. A valid generic backend is also assumed to be any valid Kokkos Execution Space, Memory Space or Device.
T | Type passed for check. |