MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / getInfoHelper

Function getInfoHelper

include/CL/opencl.hpp:1094–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092// parameter as an int.
1093template<typename Functor, typename T>
1094inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long)
1095{
1096 return f(name, sizeof(T), param, nullptr);
1097}
1098
1099// Specialized for getInfo<CL_PROGRAM_BINARIES>
1100// Assumes that the output vector was correctly resized on the way in

Callers 1

getInfoFunction · 0.85

Calls 5

endFunction · 0.85
sizeMethod · 0.45
dataMethod · 0.45
resizeMethod · 0.45
retainMethod · 0.45

Tested by

no test coverage detected