19 #ifndef OPM_CUBLASHANDLE_HPP 20 #define OPM_CUBLASHANDLE_HPP 21 #include <cublas_v2.h> 65 cublasHandle_t m_handle;
68 #endif // OPM_CUBLASHANDLE_HPP The CuBlasHandle class provides a singleton for the simulator universal cuBlasHandle.
Definition: CuBlasHandle.hpp:41
static CuBlasHandle & getInstance()
getInstance creates (if necessary) and returns the single unique instance of CuBlasHandle (singleton)...
Definition: CuBlasHandle.cpp:43
~CuBlasHandle()
Calls cublasDestroy() on the handle.
Definition: CuBlasHandle.cpp:31
Contains wrappers to make the CuBLAS library behave as a modern C++ library with function overlading...
Definition: autotuner.hpp:29