6.33 acc_attach – Let device pointer point to device-pointer target.

Description

This function updates a pointer on the device from pointing to a host-pointer address to pointing to the corresponding device data.

C/C++:
Prototype:void acc_attach(h_void **ptr_addr);
Prototype:void acc_attach_async(h_void **ptr_addr, int async);
Reference:

OpenACC specification v2.6, section 3.2.34.