Skip to content

Commit 41e3caa

Browse files
authored
[clang][docs][OpenMP] Move tracing interface to OpenMP 5.0
The OMPT Device Tracing Interface was introduced in the OpenMP 5.0 specification (see section 4.6.2). https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-5.0.pdf
1 parent 48deb35 commit 41e3caa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ implementation.
111111
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
112112
| OMPD | OMPD interfaces | :good:`done` | https://reviews.llvm.org/D99914 (Supports only HOST(CPU) and Linux |
113113
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
114-
| OMPT | OMPT interfaces (callback support) | :good:`done` | |
114+
| OMPT | callback interface | :good:`done` | |
115+
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
116+
| OMPT | device tracing interface | :none:`unclaimed` | |
115117
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
116118
| thread affinity | thread affinity | :good:`done` | |
117119
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -332,8 +334,6 @@ implementation.
332334
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
333335
| OMPT | new 'emi' callbacks for external monitoring interfaces | :good:`done` | |
334336
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
335-
| OMPT | device tracing interface | :none:`unclaimed` | |
336-
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
337337
| task | 'strict' modifier for taskloop construct | :none:`unclaimed` | |
338338
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
339339
| task | inoutset in depend clause | :good:`done` | D97085, D118383 |

0 commit comments

Comments
 (0)