MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / clfftGetVersion

Function clfftGetVersion

src/library/lifetime.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86clfftStatus clfftGetVersion( cl_uint* major, cl_uint* minor, cl_uint* patch )
87{
88 *major = clfftVersionMajor;
89 *minor = clfftVersionMinor;
90 *patch = clfftVersionPatch;
91
92 return CLFFT_SUCCESS;
93}

Callers 4

_tmainFunction · 0.85
TEST_FFunction · 0.85
mainFunction · 0.85
clAmdFftGetVersionFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
mainFunction · 0.68