imate
C++/CUDA Reference
|
A static container to store symbols of loaded cusparse library. More...
#include <cusparse_symbols.h>
Static Public Member Functions | |
static std::string | get_lib_name () |
Returns the name of cusparse shared library. More... | |
Static Public Attributes | |
static cusparseCreate_type | cusparseCreate = NULL |
static cusparseDestroy_type | cusparseDestroy = NULL |
static cusparseCreateCsr_type | cusparseCreateCsr = NULL |
static cusparseCreateDnVec_type | cusparseCreateDnVec = NULL |
static cusparseDestroySpMat_type | cusparseDestroySpMat = NULL |
static cusparseDestroyDnVec_type | cusparseDestroyDnVec = NULL |
static cusparseSpMV_bufferSize_type | cusparseSpMV_bufferSize = NULL |
static cusparseSpMV_type | cusparseSpMV = NULL |
A static container to store symbols of loaded cusparse library.
module load cuda
Definition at line 47 of file cusparse_symbols.h.
|
static |
Returns the name of cusparse shared library.
Definition at line 44 of file cusparse_symbols.cpp.
Referenced by cusparseCreate(), cusparseCreateCsr(), cusparseCreateDnVec(), cusparseDestroy(), cusparseDestroyDnVec(), cusparseDestroySpMat(), cusparseSpMV(), and cusparseSpMV_bufferSize().
|
static |
Definition at line 54 of file cusparse_symbols.h.
Referenced by cusparseCreate().
|
static |
Definition at line 56 of file cusparse_symbols.h.
Referenced by cusparseCreateCsr().
|
static |
Definition at line 57 of file cusparse_symbols.h.
Referenced by cusparseCreateDnVec().
|
static |
Definition at line 55 of file cusparse_symbols.h.
Referenced by cusparseDestroy().
|
static |
Definition at line 59 of file cusparse_symbols.h.
Referenced by cusparseDestroyDnVec().
|
static |
Definition at line 58 of file cusparse_symbols.h.
Referenced by cusparseDestroySpMat().
|
static |
Definition at line 61 of file cusparse_symbols.h.
Referenced by cusparseSpMV().
|
static |
Definition at line 60 of file cusparse_symbols.h.
Referenced by cusparseSpMV_bufferSize().