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

Method InitAbs

C++/programs/Statistics.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void Statistics::InitAbs(Image& Source)
99{
100 Source.SendIfNeeded();
101
102 cl::make_kernel<cl::Buffer, cl::Buffer>(SelectProgram(Source), "init_abs")
103 (cl::EnqueueArgs(*m_CL, cl::NDRange(1, 1, 1)), Source, m_ResultBuffer);
104}
105
106
107// Reductions

Callers

nothing calls this directly

Calls 1

SendIfNeededMethod · 0.80

Tested by

no test coverage detected