This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Relax verifier for the acc.reduction.recipe
ClosedPublic

Authored by clementval on Jul 18 2023, 3:42 PM.

Details

Summary

Allow the init and combiner regions to have more
arguments to pass information.

Diff Detail

Event Timeline

clementval created this revision.Jul 18 2023, 3:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2023, 3:42 PM
clementval requested review of this revision.Jul 18 2023, 3:42 PM
razvanlupusoru accepted this revision.Jul 18 2023, 6:57 PM
razvanlupusoru added inline comments.
mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
620–621

text from below can be added to this line since there is extra space.

This revision is now accepted and ready to land.Jul 18 2023, 6:57 PM

Rebase + fix invalid.mlir

This revision was landed with ongoing or failed builds.Jul 19 2023, 10:32 AM
This revision was automatically updated to reflect the committed changes.