Lower gang dim from the parse tree to the new MLIR
representation.
Depends on D151972
Paths
| Differential D151973
[flang][openacc] Lower gang dim to MLIR ClosedPublic Authored by clementval on Jun 1 2023, 10:51 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 1 2023, 10:51 PM Herald added subscribers: stephenneuendorffer, jdoerfert. · View Herald TranscriptJun 1 2023, 10:51 PM This revision is now accepted and ready to land.Jun 13 2023, 6:36 AM
This revision was landed with ongoing or failed builds.Jun 13 2023, 11:20 PM Closed by commit rG66546d94fc6a: [flang][openacc] Lower gang dim to MLIR (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 531194 flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-loop.f90
|
By the way, I think that the acc dialect should allow gang num and dim at same time even though spec does not. Namely, I see no reason you cannot specify how many gangs to use per dimension. That said, if you do reject this case at semantic verification, then your test might not work.