This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Add check for the private list in acc.serial
ClosedPublic

Authored by clementval on May 22 2023, 1:31 PM.

Details

Summary

Add the missing check on private list information. The
check is the same than the one done for acc.parallel.

Depends on D151146

Diff Detail

Event Timeline

clementval created this revision.May 22 2023, 1:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 1:31 PM
clementval requested review of this revision.May 22 2023, 1:31 PM
jeanPerier accepted this revision.May 22 2023, 11:48 PM

Something odd with the patch application, the change looks good.

This revision is now accepted and ready to land.May 22 2023, 11:48 PM
razvanlupusoru accepted this revision.May 24 2023, 8:03 AM

Looks good.

Rename reductions to reductionRecipes

Restore correct patch

razvanlupusoru accepted this revision.May 24 2023, 9:48 AM

Looks good to me.