Next: acc_hostptr, Previous: acc_unmap_data, Up: OpenACC Runtime Library Routines [Contents][Index]
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 h.
Prototype: | void *acc_deviceptr(h_void *h); |
OpenACC specification v2.0, section 3.2.27.