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

Method Init

C++/programs/Statistics.cpp:90–96  ·  view source on GitHub ↗

Init

Source from the content-addressed store, hash-verified

88
89// Init
90void Statistics::Init(Image& Source)
91{
92 Source.SendIfNeeded();
93
94 cl::make_kernel<cl::Buffer, cl::Buffer>(SelectProgram(Source), "init")
95 (cl::EnqueueArgs(*m_CL, cl::NDRange(1, 1, 1)), Source, m_ResultBuffer);
96}
97
98void Statistics::InitAbs(Image& Source)
99{

Callers

nothing calls this directly

Calls 1

SendIfNeededMethod · 0.80

Tested by

no test coverage detected