Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions flang/docs/OpenMPSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
| target data construct | P | device clause not supported |
| target construct | P | device clause not supported |
| target update construct | P | device clause not supported |
| declare target directive | P | |
| declare target directive | Y | |
| teams construct | Y | |
| distribute construct | P | |
| distribute construct | Y | |
| distribute simd construct | P | linear clauses are not supported |
| distribute parallel loop construct | P | |
| distribute parallel loop construct | Y | |
| distribute parallel loop simd construct | P | linear clauses are not supported |
| depend clause | Y | |
| declare reduction construct | N | |
Expand All @@ -53,10 +53,10 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
| cancellation point construct | Y | |
| parallel do simd construct | P | linear clause not supported |
| target teams construct | P | device clause not supported |
| teams distribute construct | P | |
| teams distribute construct | Y | |
| teams distribute simd construct | P | linear clause is not supported |
| target teams distribute construct | P | device clause is not supported |
| teams distribute parallel loop construct | P | |
| teams distribute parallel loop construct | Y | |
| target teams distribute parallel loop construct | P | device clause is not supported |
| teams distribute parallel loop simd construct | P | linear clause is not supported |
| target teams distribute parallel loop simd construct | P | device and linear clauses are not supported |
Expand Down
Loading