This revision was automatically updated to reflect the committed changes.
Closed by commit rL291540: [OpenMP] Support the 'is_device_ptr' clause with
'target parallel for' pragma (authored by kli).
Changed prior to commit:
https://reviews.llvm.org/D28255?vs=82951&id=83774#toc
Repository:
rL
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
https://reviews.llvm.org/D28255
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c
kkwli0 created this revision.
kkwli0 added reviewers: ABataev, sfantao, carlo.bertolli, arpith-jacob,
hfinkel, mikerice.
kkwli0 added a subscriber: cfe-commits.
This patch is to add support of the 'is_device_ptr' clause in the 'target
parallel for' pragma.
https://reviews.llvm.org/D28255
File