This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Accept acc.serial has parent of acc.yield op
ClosedPublic

Authored by clementval on Apr 13 2023, 11:05 AM.

Details

Summary

acc.serial op is modeled on the acc.parallel op.
acc.yield operation must then accept acc.serial has a parent
operation.

Diff Detail

Event Timeline

clementval created this revision.Apr 13 2023, 11:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2023, 11:05 AM
clementval requested review of this revision.Apr 13 2023, 11:05 AM
clementval retitled this revision from [mlir][openacc] Accpet acc.serial has parent of acc.yield op to [mlir][openacc] Accept acc.serial has parent of acc.yield op.Apr 13 2023, 11:05 AM
razvanlupusoru accepted this revision.Apr 13 2023, 12:29 PM
This revision is now accepted and ready to land.Apr 13 2023, 12:29 PM
PeteSteinfeld accepted this revision.Apr 13 2023, 12:43 PM

All builds and tests correctly and looks good.