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

Method unmap

arm_compute/runtime/CL/CLArray.h:81–84  ·  view source on GitHub ↗

Enqueue an unmap operation of the allocated and mapped buffer. * * @note This method simply enqueues the unmap operation, it is the caller's responsibility to flush the queue and make sure the unmap is finished before * the memory is accessed by the device. */

Source from the content-addressed store, hash-verified

79 * the memory is accessed by the device.
80 */
81 void unmap()
82 {
83 ICLArray<T>::unmap(CLScheduler::get().queue());
84 }
85 using ICLArray<T>::unmap;
86
87 // Inherited methods overridden:

Callers

nothing calls this directly

Calls 1

unmapFunction · 0.85

Tested by

no test coverage detected