MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / MultiProgram

Method MultiProgram

C++/programs/Program.cpp:123–125  ·  view source on GitHub ↗

MultiProgram

Source from the content-addressed store, hash-verified

121
122// MultiProgram
123MultiProgram::MultiProgram(COpenCL& CL)
124: m_CL(&CL)
125{ }
126
127void MultiProgram::SetProgramInfo(const char * Path, const vector<string>& Options)
128{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected