Next: acc_set_cuda_stream
– Set CUDA stream handle., Previous: acc_get_current_cuda_context
– Get CUDA context handle., Up: OpenACC Runtime Library Routines [Contents][Index]
acc_get_cuda_stream
– Get CUDA stream handle.This function returns the CUDA stream handle for the queue async. This handle is the same as used by the CUDA Runtime or Driver API’s.
Prototype: | void *acc_get_cuda_stream(int async); |
OpenACC specification v2.6, section A.2.1.3.