Next: acc_deviceptr
– Get device pointer associated with specific host address., Previous: acc_map_data
– Map previously allocated device memory to host memory., Up: OpenACC Runtime Library Routines [Contents][Index]
acc_unmap_data
– Unmap device memory from host memory.This function unmaps previously mapped device and host memory. The latter specified by h.
Prototype: | acc_unmap_data(h_void *h); |
OpenACC specification v2.6, section 3.2.27.