This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Switch deviceType to optional single operand
ClosedPublic

Authored by clementval on Aug 23 2023, 10:55 AM.

Details

Summary

The standard suggests that the value for the device_type clause on the
set directive is a list but this does not makes sense. Restrict the number
of value to one so it matches the runtime function.

Diff Detail

Event Timeline

clementval created this revision.Aug 23 2023, 10:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 10:55 AM
clementval requested review of this revision.Aug 23 2023, 10:55 AM
razvanlupusoru accepted this revision.Aug 23 2023, 11:12 AM

Yes - this seems right to me now.

This revision is now accepted and ready to land.Aug 23 2023, 11:12 AM
This revision was landed with ongoing or failed builds.Aug 23 2023, 11:31 AM
This revision was automatically updated to reflect the committed changes.