Home
last modified time | relevance | path

Searched refs:acc_update_device (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dopenacc.h117 void acc_update_device (void *, size_t) __GOACC_NOTHROW;
Dlibgomp.map461 acc_update_device;
Doacc-parallel.c661 acc_update_device (hostaddrs[i], sizeof (uintptr_t)); in GOACC_update()
Dopenacc.f90793 public :: acc_update_device, acc_update_self, acc_is_present
944 interface acc_update_device interface
Dopenacc_lib.h382 interface acc_update_device
Dlibgomp.texi2414 * acc_update_device:: Update device memory from mapped host memory.
3184 @node acc_update_device
3185 @section @code{acc_update_device} -- Update device memory from mapped host memory.
3198 @item @emph{Prototype}: @tab @code{acc_update_device(h_void *a, size_t len);}
3199 @item @emph{Prototype}: @tab @code{acc_update_device(h_void *a, size_t len, async);}
3204 @item @emph{Interface}: @tab @code{subroutine acc_update_device(a)}
3206 @item @emph{Interface}: @tab @code{subroutine acc_update_device(a, len)}
4199 @item @code{acc_update_device}, @code{acc_update_device_async}
Doacc-mem.c891 acc_update_device (void *h, size_t s) in acc_update_device() function
Dlibgomp.info2232 * acc_update_device:: Update device memory from mapped host memory.
2882 File: libgomp.info, Node: acc_delete, Next: acc_update_device, Prev: acc_copyout, Up: OpenACC R…
2933 File: libgomp.info, Node: acc_update_device, Next: acc_update_self, Prev: acc_delete, Up: OpenA…
2935 6.24 'acc_update_device' - Update device memory from mapped host memory.
2948 _Prototype_: 'acc_update_device(h_void *a, size_t len);'
2949 _Prototype_: 'acc_update_device(h_void *a, size_t len, async);'
2952 _Interface_: 'subroutine acc_update_device(a)'
2954 _Interface_: 'subroutine acc_update_device(a, len)'
2970 File: libgomp.info, Node: acc_update_self, Next: acc_map_data, Prev: acc_update_device, Up: Ope…
3848 * 'acc_update_device', 'acc_update_device_async'
[all …]
DChangeLog7186 (acc_update_device): Adjust update_dev_host call.
8741 (acc_update_device): Ditto.
12693 acc_update_device, acc_update_device_32_h_,