[PATCH] D156878: [OpenMP][OMPD][Doc] Update the implementation details of OMPD

2023-08-02 Thread Vignesh Balasubramanian via Phabricator via cfe-commits
Vigneshbalu created this revision.
Herald added subscribers: sunshaoce, guansong, yaxunl.
Herald added a project: All.
Vigneshbalu requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, jplehr, sstefan1.
Herald added a project: clang.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156878

Files:
  clang/docs/OpenMPSupport.rst


Index: clang/docs/OpenMPSupport.rst
===
--- clang/docs/OpenMPSupport.rst
+++ clang/docs/OpenMPSupport.rst
@@ -138,7 +138,7 @@
 
+--+--+--+---+
 | 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` | 
  |
 
+--+--+--+---+


Index: clang/docs/OpenMPSupport.rst
===
--- clang/docs/OpenMPSupport.rst
+++ clang/docs/OpenMPSupport.rst
@@ -138,7 +138,7 @@
 +--+--+--+---+
 | 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` |   |
 +--+--+--+---+
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D157471: [OpenMP][OMPD][Doc] Update the implementation details of OMPD

2023-08-08 Thread Vignesh Balasubramanian via Phabricator via cfe-commits
Vigneshbalu created this revision.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
Vigneshbalu requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, jplehr, sstefan1.
Herald added a project: clang.

Updating the correct phab review link.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157471

Files:
  clang/docs/OpenMPSupport.rst


Index: clang/docs/OpenMPSupport.rst
===
--- clang/docs/OpenMPSupport.rst
+++ clang/docs/OpenMPSupport.rst
@@ -138,7 +138,7 @@
 
+--+--+--+---+
 | memory management| allocate directive and allocate clause
   | :good:`done` | r355614,r335952 
  |
 
+--+--+--+---+
-| OMPD | OMPD interfaces   
   | :part:`done` | https://reviews.llvm.org/D99914   
(Supports only HOST(CPU) and Linux  |
+| OMPD | OMPD interfaces   
   | :part:`done` | https://reviews.llvm.org/D100181  
(Supports only HOST(CPU) and Linux  |
 
+--+--+--+---+
 | OMPT | OMPT interfaces (callback support)
   | :good:`done` | 
  |
 
+--+--+--+---+


Index: clang/docs/OpenMPSupport.rst
===
--- clang/docs/OpenMPSupport.rst
+++ clang/docs/OpenMPSupport.rst
@@ -138,7 +138,7 @@
 +--+--+--+---+
 | memory management| allocate directive and allocate clause   | :good:`done` | r355614,r335952   |
 +--+--+--+---+
-| OMPD | OMPD interfaces  | :part:`done` | https://reviews.llvm.org/D99914   (Supports only HOST(CPU) and Linux  |
+| OMPD | OMPD interfaces  | :part:`done` | https://reviews.llvm.org/D100181  (Supports only HOST(CPU) and Linux  |
 +--+--+--+---+
 | OMPT | OMPT interfaces (callback support)   | :good:`done` |   |
 +--+--+--+---+
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits