Files
clang-p2996/clang/test/SemaOpenACC/loop-construct-gang-clause.cpp
Erich Keane 5b25c31351 [OpenACC] Implement loop 'gang' clause. (#112006)
The 'gang' clause is used to specify parallel execution of loops, thus
has some complicated rules depending on the 'loop's associated compute
construct. This patch implements all of those.
2024-10-11 09:05:19 -07:00

10 KiB