This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Add acc.serial operation
ClosedPublic

Authored by clementval on Apr 13 2023, 9:51 AM.

Details

Summary

The acc.serial operation models the OpenACC serial construct.
The serial construct defines a region of a program that is to be
executed sequentially on the current device.
The operation is modelled on the acc.parallel operation and will
receive similar updates when the data operands operations will
be implemented.

Diff Detail

Event Timeline

clementval created this revision.Apr 13 2023, 9:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2023, 9:51 AM
clementval requested review of this revision.Apr 13 2023, 9:51 AM
PeteSteinfeld accepted this revision.Apr 13 2023, 10:09 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Apr 13 2023, 10:09 AM
This revision was automatically updated to reflect the committed changes.