acc_unmap_data
– Unmap device memory from host memory. ¶This function unmaps previously mapped device and host memory. The latter specified by data_arg.
Prototype: | void acc_unmap_data(h_void *data_arg); |
Interface: | subroutine acc_unmap_data(data_arg) |
type(*), dimension(*) :: data_arg |
OpenACC specification v2.6, section 3.2.27. OpenACC specification v3.3, section 3.2.22.