Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clFFT
/ setProgram
Method
setProgram
src/library/fft_binary_lookup.cpp:668–672 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
666
}
667
668
void FFTBinaryLookup::setProgram(cl_program program, const char * source)
669
{
670
this->m_program = program;
671
this->m_source = source;
672
}
673
674
675
static int make_directory(const std::string &path)
Callers
1
compileKernels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected