Skip to content

Commit e5d229d

Browse files
authored
[Flang][OpenMP] Update OpenMPSupport docs (#169833)
After the merging of #152736, there are a number of OpenMP Features that are now fully supported. Missing from the initial patch was changing the status of this from `P` to `Y` to indicate they are now fully supported. The notes around not supporting `dist_schedule` were removed in the initial patch.
1 parent cc9d3f2 commit e5d229d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flang/docs/OpenMPSupport.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
4040
| target data construct | P | device clause not supported |
4141
| target construct | P | device clause not supported |
4242
| target update construct | P | device clause not supported |
43-
| declare target directive | P | |
43+
| declare target directive | Y | |
4444
| teams construct | Y | |
45-
| distribute construct | P | |
45+
| distribute construct | Y | |
4646
| distribute simd construct | P | linear clauses are not supported |
47-
| distribute parallel loop construct | P | |
47+
| distribute parallel loop construct | Y | |
4848
| distribute parallel loop simd construct | P | linear clauses are not supported |
4949
| depend clause | Y | |
5050
| declare reduction construct | N | |
@@ -53,10 +53,10 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
5353
| cancellation point construct | Y | |
5454
| parallel do simd construct | P | linear clause not supported |
5555
| target teams construct | P | device clause not supported |
56-
| teams distribute construct | P | |
56+
| teams distribute construct | Y | |
5757
| teams distribute simd construct | P | linear clause is not supported |
5858
| target teams distribute construct | P | device clause is not supported |
59-
| teams distribute parallel loop construct | P | |
59+
| teams distribute parallel loop construct | Y | |
6060
| target teams distribute parallel loop construct | P | device clause is not supported |
6161
| teams distribute parallel loop simd construct | P | linear clause is not supported |
6262
| target teams distribute parallel loop simd construct | P | device and linear clauses are not supported |

0 commit comments

Comments
 (0)