This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Cleanup acc.kernels from old data clause operands
ClosedPublic

Authored by clementval on May 9 2023, 2:10 PM.

Details

Summary

Remove old clause operands from acc.kernels operation since
the new dataOperands is now in place.
private and firstprivate will receive some redesign but are
not part of the new dataOperands.

Depends on D150224

Diff Detail

Event Timeline

clementval created this revision.May 9 2023, 2:10 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 9 2023, 2:10 PM
clementval requested review of this revision.May 9 2023, 2:10 PM
vzakhari accepted this revision.May 9 2023, 9:55 PM
This revision is now accepted and ready to land.May 9 2023, 9:55 PM
This revision was landed with ongoing or failed builds.May 10 2023, 8:38 AM
This revision was automatically updated to reflect the committed changes.