Next: acc_attach
– Let device pointer point to device-pointer target., Previous: acc_memcpy_to_device
– Copy host memory to device memory., Up: OpenACC Runtime Library Routines [Contents][Index]
acc_memcpy_from_device
– Copy device memory to host memory.This function copies host memory specified by host address of src from device memory specified by the device address dest for a length of bytes bytes.
Prototype: | acc_memcpy_from_device(d_void *dest, h_void *src, size_t bytes); |
OpenACC specification v2.6, section 3.2.32.