19#ifndef OPM_CUSPARSEHANDLE_HPP
20#define OPM_CUSPARSEHANDLE_HPP
The CuSparseHandle class provides a singleton for the simulator universal cuSparseHandle.
Definition CuSparseHandle.hpp:41
static CuSparseHandle & getInstance()
getInstance creates (if necessary) and returns the single unique instance of CuSparseHandle (singleto...
Definition CuSparseHandle.cpp:43
~CuSparseHandle()
Calls cuSparseDestroy on the handle.
Definition CuSparseHandle.cpp:31
cusparseHandle_t get()
get returns the underlying cuSparse handle (to be used in calls to cusparse)
Definition CuSparseHandle.cpp:37
Contains wrappers to make the CuBLAS library behave as a modern C++ library with function overlading.
Definition autotuner.hpp:29
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242