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

Method Program

C++/programs/Program.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34const char ** GetDataTypeList();
35
36Program::Program(COpenCL& CL, const char * Path, const char * options)
37: m_CL(&CL),
38 m_Path(Path),
39 m_Options(options),
40 m_Built(false)
41{ }
42
43Program::Program(COpenCL& CL, bool, const char * Source, const char * options)
44: m_CL(&CL),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected