|
Expression Templates Library (ETL)
|
RTTI helper to manage CUBLAS handle. More...
#include <cublas.hpp>
Public Member Functions | |
| cublas_handle () | |
| Construct the helper and create the handle directly. | |
| cublas_handle (cublasHandle_t handle) | |
| Construct the helper from the raw handle. More... | |
| cublas_handle (const cublas_handle &rhs)=delete | |
| cublas_handle & | operator= (const cublas_handle &rhs)=delete |
| cublas_handle (cublas_handle &&rhs) noexcept=default | |
| cublas_handle & | operator= (cublas_handle &&rhs) noexcept=default |
| cublasHandle_t | get () |
| Get the cublas handle. More... | |
| ~cublas_handle () | |
| Destruct the helper and release the raw cublas handle. | |
Public Attributes | |
| cublasHandle_t | handle |
| The raw cublas handle. | |
RTTI helper to manage CUBLAS handle.
|
inlineexplicit |
Construct the helper from the raw handle.
| handle | The raw cublas handle |
|
inline |
Get the cublas handle.
1.8.13