acc_deviceptr – Get device pointer associated with specific host address. ¶This function returns the device address that has been mapped to the host address specified by data_arg.
| Prototype: | void *acc_deviceptr(h_void *data_arg); |
| Interface: | type(c_ptr) function acc_deviceptr(data_arg) |
type(*), dimension(*) :: data_arg |
OpenACC specification v2.6, section 3.2.28. OpenACC specification v3.3, section 3.2.23.