Next: , Previous: , Up: OpenACC Runtime Library Routines   [Contents][Index]


5.26 acc_unmap_data – Unmap device memory from host memory.

Description

This function unmaps previously mapped device and host memory. The latter specified by h.

C/C++:
Prototype:acc_unmap_data(h_void *h);
Reference:

OpenACC specification v2.0, section 3.2.26.