You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: docs/OpenMPSupport.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,11 @@ Combined directives
58
58
59
59
* #pragma omp teams distribute [simd]: :good:`Complete`.
60
60
61
-
* #pragma omp target teams distribute [simd]: :partial:`Partial`. No support for the and `depend` clauses.
61
+
* #pragma omp target teams distribute [simd]: :partial:`Partial`. No support for the `depend` clauses.
62
62
63
63
* #pragma omp teams distribute parallel for [simd]: :good:`Complete`.
64
64
65
-
* #pragma omp target teams distribute parallel for [simd]: :partial:`Partial`. No full codegen support.
65
+
* #pragma omp target teams distribute parallel for [simd]: :partial:`Partial`. No support for the `depend` clauses.
66
66
67
67
Clang does not support any constructs/updates from upcoming OpenMP 5.0 except for `reduction`-based clauses in the `task` and `target`-based directives.
0 commit comments