Next: acc_init, Previous: acc_wait_all_async, Up: OpenACC Runtime Library Routines [Contents][Index]
acc_wait_async
– Wait for completion of asynchronous operations.This function enqueues a wait operation on queue async for any and all asynchronous operations enqueued on queue arg.
Prototype: | acc_wait_async(int arg, int async); |
Interface: | subroutine acc_wait_async(arg, async) |
integer(acc_handle_kind) arg, async |
OpenACC specification v2.0, section 3.2.9.