allocate device memory and map it to host memory. * acc_copyout:: Copy device memory to host memory. * acc_delete:: Free device memory. * acc_update_device:: Update device memory from mapped host memory. * acc_update_self:: Update host memory from mapped device memory. * acc_map_data:: Map previously allocated device memory to host memory. * acc_unmap_data:: Unmap device memory from host memory. * acc_deviceptr:: Get device pointer associated with specific host address. * acc_hostptr:: Get host pointer associated with specific device address. * acc_is_present:: Indicate whether host variable / array is present on device. * acc_memcpy_to_device:: Copy host memory to device memory. * acc_memcpy_from_device:: Copy device memory to host memory. * acc_attach:: Let device pointer point to device-pointer target. * acc_detach:: Let device pointer point to host-pointer target. API routines for target platforms. * acc_get_current_cuda_device:: Get CUDA device handle. * acc_get_current_cuda_context::Get CUDA context handle. * acc_get_cuda_stream:: Get CUDA stream handle. * acc_set_cuda_stream:: Set CUDA stream handle. API routines for the OpenACC Profiling Interface. * acc_prof_register:: Register callbacks. * acc_prof_unregister:: Unregister callbacks. * acc_prof_lookup:: Obtain inquiry functions. * acc_register_library:: Library registration.