Lower 1d array reduction for add and mul operator. Multi-dimensional arrays and
other operator will follow.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153448
[flang][openacc] Add lowering support for 1d array reduction for add/mul operator ClosedPublic Authored by clementval on Jun 21 2023, 11:11 AM.
Details Summary Lower 1d array reduction for add and mul operator. Multi-dimensional arrays and
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 21 2023, 11:11 AM Herald added subscribers: stephenneuendorffer, nicolasvasilache, jdoerfert. · View Herald Transcript This revision is now accepted and ready to land.Jun 21 2023, 9:20 PM Closed by commit rGff86ce65f690: [flang][openacc] Add lowering support for 1d array reduction for add/mul… (authored by clementval). · Explain WhyJun 22 2023, 1:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 533748 flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-reduction.f90
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/invalid.mlir
|