llvm-project
3c98d8c1 - [OpenACC] Implement 'tile' loop count/tightly nested loop requirement (#111038)

Commit
1 year ago
[OpenACC] Implement 'tile' loop count/tightly nested loop requirement (#111038) the 'tile' clause requires that it be followed by N (where N is the number of size expressions) 'tightly nested loops'. This means the same as it does in 'collapse', so much of the implementation is simliar/shared with that.
Author
Parents
Loading