Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
clfftStatus 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
_tmain
Function · 0.85
TEST_F
Function · 0.85
main
Function · 0.85
clAmdFftGetVersion
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.68
main
Function · 0.68