libgomp: acc_memcpy_from_device

1 
1 5.31 'acc_memcpy_from_device' - Copy device memory to host memory.
1 ==================================================================
1 
1 _Description_
1      This function copies host memory specified by host address of SRC
1      from device memory specified by the device address DEST for a
1      length of BYTES bytes.
1 
1 _C/C++_:
1      _Prototype_:   'acc_memcpy_from_device(d_void *dest, h_void *src,
1                     size_t bytes);'
1 
1 _Reference_:
1      OpenACC specification v2.0 (https://www.openacc.org), section
1      3.2.31.
1