19#ifndef CUSPARSERESOURCE_HPP
20#define CUSPARSERESOURCE_HPP
94 DeleterType m_deleter;
98#include <opm/simulators/linalg/cuistl/detail/CuSparseResource_impl.hpp>
Definition AquiferInterface.hpp:35
The CuSparseResource class wraps a CuSparse resource in a proper RAII pattern.
Definition CuSparseResource.hpp:55
CuSparseResource()
CuSparseResource will automatically select the proper creator and deleter based on the type (and thro...
Definition CuSparseResource_impl.hpp:91
T get()
get returns the raw pointer to the resource.
Definition CuSparseResource.hpp:86
~CuSparseResource()
Calls the deleter functor.
Definition CuSparseResource_impl.hpp:97
Contains wrappers to make the CuBLAS library behave as a modern C++ library with function overlading.
Definition cublas_safe_call.hpp:32