acc_wait_async – Wait for completion of asynchronous operations.#
- Description
This function enqueues a wait operation on queue
async
for any and all asynchronous operations enqueued on queuearg
.- C/C++:
Prototype:
acc_wait_async(int arg, int async);
- Fortran:
Interface:
subroutine acc_wait_async(arg, async)
integer(acc_handle_kind) arg, async
- Reference:
OpenACC specification v2.6, section 3.2.12.