This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][OpenMP] Allow map operands to be not specified
ClosedPublic

Authored by kiranchandramohan on Jul 24 2023, 2:26 PM.

Details

Summary

This patch permits map operands to be not specified for the target
data operation. Also emit an error if none of the map, use_device_addr,
or use_device_ptr operands are specified.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
kiranchandramohan requested review of this revision.Jul 24 2023, 2:26 PM
TIFitis accepted this revision.Jul 26 2023, 5:36 AM

LGTM :)

This revision is now accepted and ready to land.Jul 26 2023, 5:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2023, 5:06 AM