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

Function unmapSVM

include/CL/opencl.hpp:9591–9594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9589*/
9590template<typename T, class Alloc>
9591inline cl_int unmapSVM(cl::vector<T, Alloc> &container)
9592{
9593 return enqueueUnmapSVM(container);
9594}
9595
9596#endif // #if CL_HPP_TARGET_OPENCL_VERSION >= 200
9597

Callers

nothing calls this directly

Calls 1

enqueueUnmapSVMFunction · 0.85

Tested by

no test coverage detected