libgomp: acc_memcpy_to_device

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