This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget] Implement pointer lookup as 5.1 spec.
ClosedPublic

Authored by ye-luo on Apr 4 2022, 3:45 PM.

Details

Summary

As described in 5.1 spec
2.21.7.2 Pointer Initialization for Device Data Environments

Diff Detail

Event Timeline

ye-luo created this revision.Apr 4 2022, 3:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 3:45 PM
ye-luo requested review of this revision.Apr 4 2022, 3:45 PM
Herald added a project: Restricted Project. · View Herald Transcript
ye-luo edited the summary of this revision. (Show Details)Apr 4 2022, 3:46 PM
ye-luo added subscribers: jdoerfert, RaviNarayanaswamy.

Two tests array_section_use_device_ptr.c and array_section_implicit_capture.c are ported from https://reviews.llvm.org/D117997

This revision is now accepted and ready to land.Apr 7 2022, 4:42 PM
This revision was automatically updated to reflect the committed changes.