[clang] 608338c - [OpenMP][NFC] Added comment on OpenMP 5.0 task affinity pilot implementation

via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 8 08:12:42 PDT 2021


Author: AndreyChurbanov
Date: 2021-09-08T18:12:31+03:00
New Revision: 608338cca579900a85f60a501adf6fa3789999c5

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

LOG: [OpenMP][NFC] Added comment on OpenMP 5.0 task affinity pilot implementation

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 65742a5a0416a..23de4b5f0c2d4 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -145,7 +145,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | task extension               | taskloop reduction                                           | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| task extension               | task affinity                                                | :part:`not upstream`     |                                                                       |
+| task extension               | task affinity                                                | :part:`not upstream`     | https://github.com/jklinkenberg/openmp/tree/task-affinity             |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | task extension               | clause: depend on the taskwait construct                     | :part:`worked on`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list