clSPARSE
v0.10.0.0
a software library containing Sparse functions written in OpenCL
|
Functions to control the lifetime of the clSPARSE library. More...
CLSPARSE_EXPORT clsparseStatus | clsparseSetup (void) |
Initialize the clsparse library. More... | |
CLSPARSE_EXPORT clsparseStatus | clsparseTeardown (void) |
Finalize the usage of the clsparse library Frees all state allocated by the clsparse runtime and other internal data. More... | |
CLSPARSE_EXPORT clsparseStatus | clsparseGetVersion (cl_uint *major, cl_uint *minor, cl_uint *patch, cl_uint *tweak) |
Query for the runtime clsparse library version info. More... | |
Functions to control the lifetime of the clSPARSE library.
CLSPARSE_EXPORT clsparseStatus clsparseGetVersion | ( | cl_uint * | major, |
cl_uint * | minor, | ||
cl_uint * | patch, | ||
cl_uint * | tweak | ||
) |
Query for the runtime clsparse library version info.
[out] | major | library's major version |
[out] | minor | library's minor version |
[out] | patch | library's patch version |
[out] | tweak | library's tweak version |
CLSPARSE_EXPORT clsparseStatus clsparseSetup | ( | void | ) |
Initialize the clsparse library.
CLSPARSE_EXPORT clsparseStatus clsparseTeardown | ( | void | ) |
Finalize the usage of the clsparse library Frees all state allocated by the clsparse runtime and other internal data.