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.
我正在尝试将openMp程序转换为openAcc程序。我遇到了threadprivate指令。如果openAcc中没有这样的指令,我需要知道openAcc中是否有这样的指令,如何处理这种情况..
我的理解是,“private”和“threadprivate”的不同之处在于“threadprivate”允许每个线程拥有一个本地副本,该副本通过执行多个并行区域对线程持久。
使用 OpenACC 1.0,还没有办法确保这一点。
我的2美分...