Searched refs:omp_async_queue (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
H A D | plugin-gcn.c | 432 struct goacc_asyncqueue *async_queues, *omp_async_queue; member 2905 if (!agent->omp_async_queue) in maybe_init_omp_async() 2906 agent->omp_async_queue in maybe_init_omp_async() 3265 agent->omp_async_queue = NULL; in GOMP_OFFLOAD_init_device() 3573 if (agent->omp_async_queue) in GOMP_OFFLOAD_fini_device() 3575 GOMP_OFFLOAD_openacc_async_destruct (agent->omp_async_queue); in GOMP_OFFLOAD_fini_device() 3576 agent->omp_async_queue = NULL; in GOMP_OFFLOAD_fini_device() 3732 queue_push_copy (agent->omp_async_queue, dst, src, n); in GOMP_OFFLOAD_dev2dev() 3797 queue_push_launch (agent->omp_async_queue, kernel, tgt_vars, kla); in GOMP_OFFLOAD_async_run() 3798 queue_push_callback (agent->omp_async_queue, in GOMP_OFFLOAD_async_run()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
H A D | plugin-gcn.c | 435 struct goacc_asyncqueue *async_queues, *omp_async_queue; member 3096 if (!agent->omp_async_queue) in maybe_init_omp_async() 3097 agent->omp_async_queue in maybe_init_omp_async() 3441 agent->omp_async_queue = NULL; in GOMP_OFFLOAD_init_device() 3712 if (agent->omp_async_queue) in GOMP_OFFLOAD_fini_device() 3714 GOMP_OFFLOAD_openacc_async_destruct (agent->omp_async_queue); in GOMP_OFFLOAD_fini_device() 3715 agent->omp_async_queue = NULL; in GOMP_OFFLOAD_fini_device() 3871 queue_push_copy (agent->omp_async_queue, dst, src, n, false); in GOMP_OFFLOAD_dev2dev() 3936 queue_push_launch (agent->omp_async_queue, kernel, tgt_vars, kla); in GOMP_OFFLOAD_async_run() 3937 queue_push_callback (agent->omp_async_queue, in GOMP_OFFLOAD_async_run()
|