[clang] 2211394 - [NFC][OpenMP][Docs] Claim work on OpenMP workdistribute construct (#153573)

via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 14 06:02:11 PDT 2025


Author: Michael Klemm
Date: 2025-08-14T15:02:08+02:00
New Revision: 221139470542ac33d6624ee13ac7cceb63cae2e3

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

LOG: [NFC][OpenMP][Docs] Claim work on OpenMP workdistribute construct (#153573)

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 76b6a72fec721..6f86e0ac4f447 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -376,7 +376,7 @@ implementation.
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 | loop stripe transformation                                  | :good:`done`              | https://github.com/llvm/llvm-project/pull/119891                                                     |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
-| work distribute construct                                   | :none:`unclaimed`         | :none:`unclaimed`         |                                                                          |
+| workdistribute construct                                    |                           | :none:`in progress`       | @skc7, @mjklemm                                                          |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 | task_iteration                                              | :none:`unclaimed`         | :none:`unclaimed`         |                                                                          |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+


        


More information about the cfe-commits mailing list