This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Add kernels construct lowering
ClosedPublic

Authored by clementval on Apr 13 2023, 4:32 PM.

Details

Summary

Lower the parse tree to acc dialects operations. Make use
of the compute construct lowering.

Depends on D148277

Diff Detail

Event Timeline

clementval created this revision.Apr 13 2023, 4:32 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 13 2023, 4:32 PM
clementval requested review of this revision.Apr 13 2023, 4:32 PM
PeteSteinfeld accepted this revision.Apr 13 2023, 6:30 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Apr 13 2023, 6:30 PM
This revision was automatically updated to reflect the committed changes.