[PATCH] D28255: [OpenMP] support the 'is_device_ptr' clause with 'target parallel for' pragma

Kelvin Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 3 14:29:18 PST 2017


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

Files:
  include/clang/Basic/OpenMPKinds.def
  lib/Sema/SemaOpenMP.cpp
  test/OpenMP/target_parallel_for_is_device_ptr_ast_print.cpp
  test/OpenMP/target_parallel_for_is_device_ptr_messages.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28255.82951.patch
Type: text/x-patch
Size: 23152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170103/69db8c7e/attachment-0001.bin>


More information about the cfe-commits mailing list