MCPcopy Create free account
hub / github.com/clMathLibraries/clSPARSE / clsparseGetVersion

Function clsparseGetVersion

src/library/clsparse-init.cpp:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25int clsparseInitialized = 0;
26
27clsparseStatus
28clsparseGetVersion( cl_uint *major, cl_uint *minor, cl_uint *patch, cl_uint *tweak )
29{
30 *major = clsparseVersionMajor;
31 *minor = clsparseVersionMinor;
32 *patch = clsparseVersionPatch;
33 *tweak = clsparseVersionTweak;
34
35 return clsparseSuccess;
36}
37
38
39clsparseStatus

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68