[clang] ad836c1 - [OpenMP][Doc] Add `ompx_bare` entry in `OpenMPSupport.rst` (#101711)

via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 2 10:30:40 PDT 2024


Author: Shilei Tian
Date: 2024-08-02T13:30:37-04:00
New Revision: ad836c1569de20f793fc88afdc64bece5126d3e4

URL: https://github.com/llvm/llvm-project/commit/ad836c1569de20f793fc88afdc64bece5126d3e4
DIFF: https://github.com/llvm/llvm-project/commit/ad836c1569de20f793fc88afdc64bece5126d3e4.diff

LOG: [OpenMP][Doc] Add `ompx_bare` entry in `OpenMPSupport.rst` (#101711)

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 5e63b2c0f0be6..e79cf75bbce75 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -358,5 +358,8 @@ considered for standardization. Please post on the
 | device extension             | `'ompx_hold' map type modifier                                                    | :good:`prototyped`       | D106509, D106510                                       |
 |                              | <https://openmp.llvm.org/docs/openacc/OpenMPExtensions.html#ompx-hold>`_          |                          |                                                        |
 +------------------------------+-----------------------------------------------------------------------------------+--------------------------+--------------------------------------------------------+
+| device extension             | `'ompx_bare' clause on 'target teams' construct                                   | :good:`prototyped`       | #66844, #70612                                         |
+|                              | <https://www.osti.gov/servlets/purl/2205717>`_                                    |                          |                                                        |
++------------------------------+-----------------------------------------------------------------------------------+--------------------------+--------------------------------------------------------+
 
 .. _Discourse forums (Runtimes - OpenMP category): https://discourse.llvm.org/c/runtimes/openmp/35


        


More information about the cfe-commits mailing list