Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clFFT
/ getProgram
Method
getProgram
src/library/fft_binary_lookup.cpp:663–666 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
661
}
662
663
cl_program FFTBinaryLookup::getProgram()
664
{
665
return this->m_program;
666
}
667
668
void FFTBinaryLookup::setProgram(cl_program program, const char * source)
669
{
Callers
1
compileKernels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected