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

Go to the source code of this file.

Classes

struct  Opm::gpuistl::is_gpu_type< T >
 Type trait to detect if a type is a GPU type. More...
 
struct  Opm::gpuistl::is_gpu_type< GpuVector< T > >
 
struct  Opm::gpuistl::is_gpu_type< GpuSparseMatrix< T > >
 
struct  Opm::gpuistl::is_gpu_type< GpuSparseMatrixGeneric< T > >
 

Namespaces

namespace  Opm
 
namespace  Opm::gpuistl
 

Variables

template<typename T >
constexpr bool Opm::gpuistl::is_gpu_type_v = is_gpu_type<T>::value
 Helper variable template for easier usage. More...