[PATCH] D64375: [OpenMP][Docs] Provide implementation status details

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 10:39:15 PDT 2019


ABataev added inline comments.


================
Comment at: clang/docs/OpenMPSupport.rst:222-226
+| device extension             | clause: reverse_offload                                      | :good:`done`         | D52780                                     |
++------------------------------+--------------------------------------------------------------+----------------------+--------------------------------------------+
+| device extension             | clause: atomic_default_mem_order                             | :good:`done`         | D53513                                     |
++------------------------------+--------------------------------------------------------------+----------------------+--------------------------------------------+
+| device extension             | clause: dynamic_allocators                                   | :good:`done`         | D53079                                     |
----------------
Hahnfeld wrote:
> Do we have CodeGen for this? I only remember Sema support...
> 
> Also, `reverse_offload` is listed again below as `unclaimed`.
We don't have codegen for this. Same for the reverse_offload and atomic_default_mem_order


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64375





More information about the cfe-commits mailing list