[clang] 6d07678 - [OpenMP][NFC] Claim thread_limit clause in target directive
Chi Chun Chen via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 16 22:45:07 PST 2022
Author: Chi Chun Chen
Date: 2022-11-17T00:44:44-06:00
New Revision: 6d076780a8c68203e35f3bc5b9d6ec1f285d66b3
URL: https://github.com/llvm/llvm-project/commit/6d076780a8c68203e35f3bc5b9d6ec1f285d66b3
DIFF: https://github.com/llvm/llvm-project/commit/6d076780a8c68203e35f3bc5b9d6ec1f285d66b3.diff
LOG: [OpenMP][NFC] Claim thread_limit clause in target directive
Added:
Modified:
clang/docs/OpenMPSupport.rst
Removed:
################################################################################
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index efabe927d6df..dca1486f9967 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -287,7 +287,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device | new async target memory copy routines | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device | thread_limit clause on target construct | :none:`unclaimed` | |
+| device | thread_limit clause on target construct | :none:`worked on` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device | has_device_addr clause on target construct | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list