Next: , Previous: acc_get_current_cuda_context, Up: OpenACC Runtime Library Routines


5.34 acc_get_cuda_stream – Get CUDA stream handle.

Description
This function returns the CUDA stream handle. This handle is the same as used by the CUDA Runtime or Driver API's.
C/C++:

Prototype: acc_get_cuda_stream(void);

Reference:
OpenACC specification v2.0, section A.2.1.3.