[PATCH] D27821: [OpenMP] support is_device_ptr clause with 'target parallel' pragma

Kelvin Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 15 11:34:12 PST 2016


kkwli0 created this revision.
kkwli0 added reviewers: ABataev, hfinkel, carlo.bertolli, sfantao, arpith-jacob, mikerice.
kkwli0 added a subscriber: cfe-commits.

This patch is to add support of the 'is_device_ptr' clause in the 'target parallel' pragma.


https://reviews.llvm.org/D27821

Files:
  include/clang/Basic/OpenMPKinds.def
  lib/Sema/SemaOpenMP.cpp
  test/OpenMP/target_parallel_is_device_ptr_ast_print.cpp
  test/OpenMP/target_parallel_is_device_ptr_messages.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27821.81627.patch
Type: text/x-patch
Size: 20807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161215/79f34eb4/attachment-0001.bin>


More information about the cfe-commits mailing list