Add support to lower reduction with the multiply operator and
complex type.
Depends on D155007
Paths
| Differential D155014
[flang][openacc] Add support for complex mul reduction ClosedPublic Authored by clementval on Jul 11 2023, 1:32 PM.
Details Summary Add support to lower reduction with the multiply operator and Depends on D155007
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 11 2023, 1:32 PM
This revision is now accepted and ready to land.Jul 13 2023, 10:33 AM This revision was landed with ongoing or failed builds.Jul 13 2023, 11:18 AM Closed by commit rGdd1a4bb0d491: [flang][openacc] Add support for complex mul reduction (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540096 flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-reduction.f90
|
Can you swap the names. Use init0 for the 0.0 value and init1 for the 1.0 value?