[clang] 658490a - [OpenMP][OMPD][Doc] Update OMPD implementations details.

Vignesh Balasubramanian via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 8 00:42:01 PDT 2023


Author: Vignesh Balasubramanian
Date: 2023-08-08T13:11:35+05:30
New Revision: 658490abc97a291fc01e463599404f28e2126335

URL: https://github.com/llvm/llvm-project/commit/658490abc97a291fc01e463599404f28e2126335
DIFF: https://github.com/llvm/llvm-project/commit/658490abc97a291fc01e463599404f28e2126335.diff

LOG: [OpenMP][OMPD][Doc] Update OMPD implementations details.

OMPD is already pushed to LLVM repo through https://reviews.llvm.org/D100181 .
Currently, it supports Openmp 5.0 standard for the host in Linux machines.

Reviewed By: @jdoerfert
Differential Revision: https://reviews.llvm.org/D156878

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index a0ddfb605e658a..adb2391c4af6cb 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -138,7 +138,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | memory management            | allocate directive and allocate clause                       | :good:`done`             | r355614,r335952                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| OMPD                         | OMPD interfaces                                              | :part:`not upstream`     | https://github.com/OpenMPToolsInterface/LLVM-openmp/tree/ompd-tests   |
+| OMPD                         | OMPD interfaces                                              | :part:`done`             | https://reviews.llvm.org/D99914   (Supports only HOST(CPU) and Linux  |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | OMPT                         | OMPT interfaces (callback support)                           | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list