llvm-project
5b25c313
- [OpenACC] Implement loop 'gang' clause. (#112006)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[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.
References
#112006 - [OpenACC] Implement loop 'gang' clause.
Author
erichkeane
Parents
3f156ef4
Loading