The tile clause in OpenACC 3.0 imposes some restriction. Element in the tile size list are either * or a
constant positive integer expression. If there are n tile sizes in the list, the loop construct must be immediately
followed by n tightly-nested loops.
This patch implement these restrictions and add some tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
This production in the comment does not match the production in the code.