Next: acc_is_present, Previous: acc_deviceptr, Up: OpenACC Runtime Library Routines [Contents][Index]
acc_hostptr
– Get host pointer associated with specific device address.This function returns the host address that has been mapped to the device address specified by d.
Prototype: | void *acc_hostptr(d_void *d); |
OpenACC specification v2.0, section 3.2.28.