is_gpu_operator.hpp File Reference
#include <type_traits>
Include dependency graph for is_gpu_operator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Opm::is_gpu_operator< T >
 Check if a given operator is a GPU operator. More...
 
struct  Opm::is_gpu_matrix< T >
 Check if a given operator is a GPU matrix. More...
 

Namespaces

namespace  Opm
 

Variables

template<typename T >
static constexpr bool Opm::is_gpu_operator_v = is_gpu_operator<T>::value
 
template<typename T >
static constexpr bool Opm::is_gpu_matrix_v = is_gpu_matrix<T>::value