The custom parser for the gang values was not implemented correctly.
This patch fixes the noted issue and allows the num/static values
to appear in any order.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D151970
[mlir][openacc][NFC] Fix current gang clause parser ClosedPublic Authored by clementval on Jun 1 2023, 10:43 PM.
Details Summary The custom parser for the gang values was not implemented correctly.
Diff Detail
Event Timelineclementval added a child revision: D151971: [mlir][openacc] Add gang dim operand to acc.loop operation.Jun 1 2023, 10:45 PM This revision is now accepted and ready to land.Jun 13 2023, 6:26 AM Closed by commit rG2e69944a612e: [mlir][openacc][NFC] Fix current gang clause parser (authored by clementval). · Explain WhyJun 13 2023, 11:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 531003 mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/invalid.mlir
mlir/test/Dialect/OpenACC/ops.mlir
|