Searched refs:update_dev_host (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | oacc-mem.c | 833 update_dev_host (int is_dev, void *h, size_t s, int async) in update_dev_host() function 893 update_dev_host (1, h, s, acc_async_sync); in acc_update_device() 899 update_dev_host (1, h, s, async); in acc_update_device_async() 905 update_dev_host (0, h, s, acc_async_sync); in acc_update_self() 911 update_dev_host (0, h, s, async); in acc_update_self_async()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | oacc-mem.c | 833 update_dev_host (int is_dev, void *h, size_t s, int async) in update_dev_host() function 893 update_dev_host (1, h, s, acc_async_sync); in acc_update_device() 899 update_dev_host (1, h, s, async); in acc_update_device_async() 905 update_dev_host (0, h, s, acc_async_sync); in acc_update_self() 911 update_dev_host (0, h, s, async); in acc_update_self_async()
|
H A D | ChangeLog | 1924 * oacc-mem.c (memcpy_tofrom_device, update_dev_host): Add new 5108 * oacc-mem.c (update_dev_host, gomp_acc_insert_pointer): Just return 6147 (update_dev_host): Likewise. 6250 (update_dev_host): Likewise. 7185 (update_dev_host): Add async parameter and async setting/unsetting. 7186 (acc_update_device): Adjust update_dev_host call. 9574 (update_dev_host): Move gomp_mutex_unlock to after 9660 (update_dev_host): Likewise. 9995 * oacc-mem.c (delete_copyout, update_dev_host): Fix device address. 10907 * oacc-mem.c (update_dev_host): Call goacc_lazy_initialize. [all …]
|