[clang] eb8cc89 - [NFC] Claim OpenMP feature - target_device selector set
via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 12 09:10:45 PDT 2024
Author: cchen
Date: 2024-09-12T11:10:38-05:00
New Revision: eb8cc89295fca2d6436afc38938ca5365a82707c
URL: https://github.com/llvm/llvm-project/commit/eb8cc89295fca2d6436afc38938ca5365a82707c
DIFF: https://github.com/llvm/llvm-project/commit/eb8cc89295fca2d6436afc38938ca5365a82707c.diff
LOG: [NFC] Claim OpenMP feature - target_device selector set
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index cdbd69520e5bb5..72f13856a056e2 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -306,7 +306,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc | OMP_NUM_TEAMS and OMP_TEAMS_THREAD_LIMIT env vars | :good:`done` | D138769 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| misc | 'target_device' selector in context specifier | :none:`unclaimed` | |
+| misc | 'target_device' selector in context specifier | :none:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| misc | begin/end declare variant | :good:`done` | D71179 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list