acc_get_cuda_stream – Get CUDA stream handle.#
- Description
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.- C/C++:
Prototype:
void *acc_get_cuda_stream(int async);
- Reference:
OpenACC specification v2.6, section A.2.1.3.