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

Method VectorProgram

C++/programs/Program.cpp:233–239  ·  view source on GitHub ↗

VectorProgram

Source from the content-addressed store, hash-verified

231
232// VectorProgram
233VectorProgram::VectorProgram(COpenCL& CL, const char * Path)
234: MultiProgram(CL)
235{
236 const vector<string> Options = GetOptions();
237
238 SetProgramInfo(Path, Options);
239}
240
241VectorProgram::VectorProgram(COpenCL& CL, bool fromSource, const char * Source)
242: MultiProgram(CL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected