Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CRVI/OpenCLIPP
/ PrepareProgram
Method
PrepareProgram
C++/programs/Program.cpp:150–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void MultiProgram::PrepareProgram(uint Id)
151
{
152
assert(Id < m_Programs.size());
153
m_Programs[Id]->Build();
154
}
155
156
157
// ImageProgram
Callers
nothing calls this directly
Calls
1
Build
Method · 0.80
Tested by
no test coverage detected