Searched refs:acc_update_device_async (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | openacc.h | 144 void acc_update_device_async (void *, size_t, int) __GOACC_NOTHROW;
|
H A D | libgomp.map | 529 acc_update_device_async;
|
H A D | oacc-parallel.c | 678 acc_update_device_async (hostaddrs[i], sizes[i], async); in GOACC_update()
|
H A D | openacc.f90 | 795 public :: acc_delete_async, acc_update_device_async, acc_update_self_async 994 interface acc_update_device_async interface
|
H A D | openacc_lib.h | 557 interface acc_update_device_async
|
H A D | oacc-mem.c | 897 acc_update_device_async (void *h, size_t s, int async) in acc_update_device_async() function
|
H A D | libgomp.texi | 3209 @item @emph{Interface}: @tab @code{subroutine acc_update_device_async(a, async)} 3212 @item @emph{Interface}: @tab @code{subroutine acc_update_device_async(a, len, async)} 4199 @item @code{acc_update_device}, @code{acc_update_device_async}
|
H A D | libgomp.info | 2957 _Interface_: 'subroutine acc_update_device_async(a, async)' 2960 _Interface_: 'subroutine acc_update_device_async(a, len, async)' 3848 * 'acc_update_device', 'acc_update_device_async'
|
H A D | ChangeLog | 7188 (acc_update_device_async): New API function. 7194 (acc_update_device_async): Likewise. 7237 acc_memcpy_to_device_async*, acc_update_device_async*, and
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | openacc.h | 144 void acc_update_device_async (void *, size_t, int) __GOACC_NOTHROW;
|
H A D | libgomp.map | 469 acc_update_device_async;
|
H A D | openacc.f90 | 795 public :: acc_delete_async, acc_update_device_async, acc_update_self_async 994 interface acc_update_device_async interface
|
H A D | oacc-parallel.c | 682 acc_update_device_async (hostaddrs[i], sizes[i], async); in GOACC_update()
|
H A D | openacc_lib.h | 557 interface acc_update_device_async
|
H A D | oacc-mem.c | 897 acc_update_device_async (void *h, size_t s, int async) in acc_update_device_async() function
|
H A D | libgomp.texi | 2675 @item @emph{Interface}: @tab @code{subroutine acc_update_device_async(a, async)} 2678 @item @emph{Interface}: @tab @code{subroutine acc_update_device_async(a, len, async)} 3665 @item @code{acc_update_device}, @code{acc_update_device_async}
|
H A D | libgomp.info | 2410 _Interface_: 'subroutine acc_update_device_async(a, async)' 2413 _Interface_: 'subroutine acc_update_device_async(a, len, async)' 3301 * 'acc_update_device', 'acc_update_device_async'
|