19 #ifndef OPM_CUSPARSEHANDLE_HPP 20 #define OPM_CUSPARSEHANDLE_HPP 55 cusparseHandle_t
get();
64 cusparseHandle_t m_handle;
67 #endif // OPM_CUSPARSEHANDLE_HPP The CuSparseHandle class provides a singleton for the simulator universal cuSparseHandle.
Definition: CuSparseHandle.hpp:40
~CuSparseHandle()
Calls cuSparseDestroy on the handle.
Definition: CuSparseHandle.cpp:31
static CuSparseHandle & getInstance()
getInstance creates (if necessary) and returns the single unique instance of CuSparseHandle (singleto...
Definition: CuSparseHandle.cpp:43
Contains wrappers to make the CuBLAS library behave as a modern C++ library with function overlading...
Definition: autotuner.hpp:29