common utils for cuda  
More...
| const char* mxnet::common::cuda::CublasGetErrorString  | 
( | 
cublasStatus_t  | 
error | ) | 
 | 
 
 
 | 
inline  | 
 
Get string representation of cuBLAS errors. 
- Parameters
 - 
 
- Returns
 - String representation. 
 
 
 
template<typename DType > 
| DType __device__ mxnet::common::cuda::CudaMax  | 
( | 
DType  | 
a,  | 
 
 | 
 | 
DType  | 
b  | 
 
 | 
) | 
 |  | 
 
 
 | 
inline  | 
 
 
template<typename DType > 
| DType __device__ mxnet::common::cuda::CudaMin  | 
( | 
DType  | 
a,  | 
 
 | 
 | 
DType  | 
b  | 
 
 | 
) | 
 |  | 
 
 
 | 
inline  | 
 
 
| const char* mxnet::common::cuda::CurandGetErrorString  | 
( | 
curandStatus_t  | 
status | ) | 
 | 
 
 
 | 
inline  | 
 
Get string representation of cuRAND errors. 
- Parameters
 - 
 
- Returns
 - String representation. 
 
 
 
| const char* mxnet::common::cuda::CusolverGetErrorString  | 
( | 
cusolverStatus_t  | 
error | ) | 
 | 
 
 
 | 
inline  | 
 
Get string representation of cuSOLVER errors. 
- Parameters
 - 
 
- Returns
 - String representation.