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

Method setSVMPointers

include/CL/opencl.hpp:10342–10345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10340
10341#if CL_HPP_TARGET_OPENCL_VERSION >= 200
10342 cl_int setSVMPointers(const vector<void*> &pointerList)
10343 {
10344 return kernel_.setSVMPointers(pointerList);
10345 }
10346
10347 template<typename T0, typename... T1s>
10348 cl_int setSVMPointers(const T0 &t0, T1s &... ts)

Callers

nothing calls this directly

Calls 1

setSVMPointersMethod · 0.45

Tested by

no test coverage detected