[PATCH] D72901: [OpenMP] [DOCS] Update OMP5.0 feature status table [NFC]

Deepak Eachempati via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 22 12:42:14 PST 2020


dreachem added inline comments.


================
Comment at: clang/docs/OpenMPSupport.rst:210
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device extension             | map(replicate) or map(local) when requires unified_shared_me | :part:`worked on`        | D55719,D55892                                                         |
+| device extension             | map(local) when requires unified_shared_memory               | :part:`worked on`        | D55719,D55892                                                         |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
----------------
ABataev wrote:
> I assume, it is `done`.
I think the description here should be something like "support close modifier on map clause". There is no "local" option for the map clause, and also the use of "close" is not dependent on the specification of the unified_shared_memory requirement.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72901/new/

https://reviews.llvm.org/D72901





More information about the cfe-commits mailing list