diff options
author | Erich Keane <ekeane@nvidia.com> | 2024-10-04 06:03:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 06:03:43 -0700 |
commit | 3c98d8c14612699444ac906729c9b2872190c938 (patch) | |
tree | b06e1d4cebed02a2c7c42676f1d93e612e1a6db6 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | e5a0c30e4ad6b22b17b72cc40b609905d2f97703 (diff) | |
download | llvm-3c98d8c14612699444ac906729c9b2872190c938.zip llvm-3c98d8c14612699444ac906729c9b2872190c938.tar.gz llvm-3c98d8c14612699444ac906729c9b2872190c938.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions