MCPcopy 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
668void FFTBinaryLookup::setProgram(cl_program program, const char * source)
669{
670 this->m_program = program;
671 this->m_source = source;
672}
673
674
675static int make_directory(const std::string &path)

Callers 1

compileKernelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected