imate
C++/CUDA Reference
|
A static container to store symbols of loaded cublas library. More...
#include <cublas_symbols.h>
Static Public Member Functions | |
static std::string | get_lib_name () |
Returns the name of cublas shared library. More... | |
Static Public Attributes | |
static cublasCreate_type | cublasCreate = NULL |
static cublasDestroy_type | cublasDestroy = NULL |
static cublasSgemv_type | cublasSgemv = NULL |
static cublasDgemv_type | cublasDgemv = NULL |
static cublasScopy_type | cublasScopy = NULL |
static cublasDcopy_type | cublasDcopy = NULL |
static cublasSaxpy_type | cublasSaxpy = NULL |
static cublasDaxpy_type | cublasDaxpy = NULL |
static cublasSdot_type | cublasSdot = NULL |
static cublasDdot_type | cublasDdot = NULL |
static cublasSnrm2_type | cublasSnrm2 = NULL |
static cublasDnrm2_type | cublasDnrm2 = NULL |
static cublasSscal_type | cublasSscal = NULL |
static cublasDscal_type | cublasDscal = NULL |
A static container to store symbols of loaded cublas library.
module load cuda
Definition at line 47 of file cublas_symbols.h.
|
static |
Returns the name of cublas shared library.
Definition at line 50 of file cublas_symbols.cpp.
Referenced by cublasCreate_v2(), cublasDaxpy(), cublasDcopy(), cublasDdot(), cublasDestroy_v2(), cublasDgemv_v2(), cublasDnrm2(), cublasDscal(), cublasSaxpy(), cublasScopy(), cublasSdot(), cublasSgemv_v2(), cublasSnrm2(), and cublasSscal().
|
static |
Definition at line 54 of file cublas_symbols.h.
Referenced by cublasCreate_v2().
|
static |
Definition at line 61 of file cublas_symbols.h.
Referenced by cublasDaxpy().
|
static |
Definition at line 59 of file cublas_symbols.h.
Referenced by cublasDcopy().
|
static |
Definition at line 63 of file cublas_symbols.h.
Referenced by cublasDdot().
|
static |
Definition at line 55 of file cublas_symbols.h.
Referenced by cublasDestroy_v2().
|
static |
Definition at line 57 of file cublas_symbols.h.
Referenced by cublasDgemv_v2().
|
static |
Definition at line 65 of file cublas_symbols.h.
Referenced by cublasDnrm2().
|
static |
Definition at line 67 of file cublas_symbols.h.
Referenced by cublasDscal().
|
static |
Definition at line 60 of file cublas_symbols.h.
Referenced by cublasSaxpy().
|
static |
Definition at line 58 of file cublas_symbols.h.
Referenced by cublasScopy().
|
static |
Definition at line 62 of file cublas_symbols.h.
Referenced by cublasSdot().
|
static |
Definition at line 56 of file cublas_symbols.h.
Referenced by cublasSgemv_v2().
|
static |
Definition at line 64 of file cublas_symbols.h.
Referenced by cublasSnrm2().
|
static |
Definition at line 66 of file cublas_symbols.h.
Referenced by cublasSscal().