16#ifndef OPM_SIMULATORS_LINALG_GPUISTL_DETAIL_IS_GPU_POINTER_HPP
17#define OPM_SIMULATORS_LINALG_GPUISTL_DETAIL_IS_GPU_POINTER_HPP
20#include <cuda_runtime.h>
22#include <opm/simulators/linalg/gpuistl/detail/gpu_safe_call.hpp>
59template <
class T,
class D>
Contains wrappers to make the CuBLAS library behave as a modern C++ library with function overlading.
Definition autotuner.hpp:29
bool isGPUPointer(const T *ptr)
Checks whether the given pointer is associated with GPU device memory.
Definition is_gpu_pointer.hpp:40
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242