acc_update_self
– Update host memory from mapped device memory.In Fortran, two (2) forms are supported. In the first form, a specifies
a contiguous array section. The second form a specifies a variable or
array element and len specifies the length in bytes.
Prototype: | acc_update_self(h_void *a, size_t len);
|
Interface: | subroutine acc_update_self(a)
|
type, dimension(:[,:]...) :: a
| |
Interface: | subroutine acc_update_self(a, len)
|
type, dimension(:[,:]...) :: a
| |
integer len
|