Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何找到 PGI 编译器用于 OpenACC 的特定函数的签名?
例如,__pgi_uacc_enter或__pgi_uacc_launch函数。
__pgi_uacc_enter
__pgi_uacc_launch
是否有任何文档或头文件可以找到签名。甚至一些文档不仅涉及其签名,还涉及其功能。
我不认为这些签名是公开的,因为它们不是用户调用的东西,而是从生成的代码中使用的。我敢打赌,您在链接时没有使用 -ta(或 -acc)标志。如果您与 OpenACC 标志链接,它应该提供这些符号。