|
My Project
|
RAII-managed cuBLAS handle. More...
Public Member Functions | |
| CublasHandle () | |
| Construct and initialize the cuBLAS handle. More... | |
| ~CublasHandle () | |
| Destroy the handle if it exists. More... | |
| CublasHandle (const CublasHandle &)=delete | |
| CublasHandle & | operator= (const CublasHandle &)=delete |
| cublasHandle_t | get () const |
| Access the raw cuBLAS handle. More... | |
RAII-managed cuBLAS handle.
|
inline |
Construct and initialize the cuBLAS handle.

|
inline |
Destroy the handle if it exists.
|
delete |
|
inline |
Access the raw cuBLAS handle.

|
delete |