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

Function mapSVM

include/CL/opencl.hpp:9582–9585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9580 */
9581template<typename T, class Alloc>
9582inline cl_int mapSVM(cl::vector<T, Alloc> &container)
9583{
9584 return enqueueMapSVM(container, CL_TRUE, CL_MAP_READ | CL_MAP_WRITE);
9585}
9586
9587/**
9588* Blocking SVM map operation - performs a blocking map underneath.

Callers

nothing calls this directly

Calls 1

enqueueMapSVMFunction · 0.85

Tested by

no test coverage detected