|
Expression Templates Library (ETL)
|
Utility functions for cublas. More...
#include "cublas_v2.h"
Go to the source code of this file.
Classes | |
| struct | etl::impl::cublas::cublas_handle |
| RTTI helper to manage CUBLAS handle. More... | |
Macros | |
| #define | cublas_check(call) |
Functions | |
| const char * | etl::impl::cublas::cublas_str (cublasStatus_t code) |
| Returns the string representation of the given CUBLAS status code. More... | |
| cublas_handle & | etl::impl::cublas::start_cublas () |
| Start cublas and return a RTTI helper over a raw cublas handle. More... | |
Utility functions for cublas.
| #define cublas_check | ( | call | ) |
|
inline |
Returns the string representation of the given CUBLAS status code.
| code | The CUBLAS status code |
|
inline |
Start cublas and return a RTTI helper over a raw cublas handle.
1.8.13