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

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 2 09:47:35 PDT 2024


https://github.com/shiltian created https://github.com/llvm/llvm-project/pull/101711

None

>From 5da4fe178e46a9e6f72e04439095bd88a3ac8f62 Mon Sep 17 00:00:00 2001
From: Shilei Tian <i at tianshilei.me>
Date: Fri, 2 Aug 2024 12:43:00 -0400
Subject: [PATCH] [OpenMP][Doc] Add `ompx_bare` entry in `OpenMPSupport.rst`

---
 clang/docs/OpenMPSupport.rst | 3 +++
 1 file changed, 3 insertions(+)

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