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

Method setArg

include/CL/opencl.hpp:5856–5861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5854 */
5855 template<typename T, class D>
5856 cl_int setArg(cl_uint index, const cl::pointer<T, D> &argPtr)
5857 {
5858 return detail::errHandler(
5859 ::clSetKernelArgSVMPointer(object_, index, argPtr.get()),
5860 __SET_KERNEL_ARGS_ERR);
5861 }
5862
5863 /*! \brief setArg overload taking a vector type.
5864 */

Callers 15

run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
configureMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
add_argumentMethod · 0.80
add_array_argumentMethod · 0.80

Calls 4

errHandlerFunction · 0.85
clSetKernelArgFunction · 0.85
getMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected