This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Add verifier for dataOperands on compute operations
ClosedPublic

Authored by clementval on May 5 2023, 1:48 PM.

Details

Summary

Data operands associated with acc.parallel, acc.serial and
acc.kernels should comes from acc data entry/exit operations
or acc.getdeviceptr.

Diff Detail

Event Timeline

clementval created this revision.May 5 2023, 1:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 1:48 PM
clementval requested review of this revision.May 5 2023, 1:48 PM
razvanlupusoru accepted this revision.May 7 2023, 9:41 PM

Yes! Thank you for adding these verification checks!

This revision is now accepted and ready to land.May 7 2023, 9:41 PM
jeanPerier accepted this revision.May 8 2023, 12:02 AM

Looks good