How can I find the signature of specific functions used for OpenACC by PGI compiler?
For instance, __pgi_uacc_enter
or __pgi_uacc_launch
functions.
Is there any documentation or header files to find the signature. Or even some documentation regarding not only their signature but also their functionality.