![]() |
QMCPACK
|
Doesn't depend on the resource management scheme thats out of scope for unit tests. More...
Public Member Functions | |
CUDAHandles () | |
CUDAHandles (const CUDAHandles &) | |
~CUDAHandles () | |
Public Attributes | |
cudaStream_t | hstream |
cublasHandle_t | h_cublas |
Doesn't depend on the resource management scheme thats out of scope for unit tests.
Definition at line 43 of file test_cuBLAS_LU.cpp.
|
inline |
Definition at line 49 of file test_cuBLAS_LU.cpp.
References cublasCreate, cublasErrorCheck, cublasSetStream, qmcplusplus::cudaErrorCheck(), cudaStreamCreate, CUDAHandles::h_cublas, and CUDAHandles::hstream.
|
inline |
Definition at line 56 of file test_cuBLAS_LU.cpp.
|
inline |
Definition at line 58 of file test_cuBLAS_LU.cpp.
References cublasDestroy, cublasErrorCheck, qmcplusplus::cudaErrorCheck(), cudaStreamDestroy, CUDAHandles::h_cublas, and CUDAHandles::hstream.
cublasHandle_t h_cublas |
Definition at line 47 of file test_cuBLAS_LU.cpp.
Referenced by CUDAHandles::CUDAHandles(), and CUDAHandles::~CUDAHandles().
cudaStream_t hstream |
Definition at line 46 of file test_cuBLAS_LU.cpp.
Referenced by CUDAHandles::CUDAHandles(), and CUDAHandles::~CUDAHandles().