Previous: acc_get_cuda_stream, Up: OpenACC Runtime Library Routines [Contents][Index]
acc_set_cuda_stream
– Set CUDA stream handle.This function associates the stream handle specified by stream with the queue async.
This cannot be used to change the stream handle associated with
acc_async_sync
.
The return value is not specified.
Prototype: | int acc_set_cuda_stream(int async, void *stream); |
OpenACC specification v2.0, section A.2.1.4.