Skip to content

release/21.x: [Flang][OpenMP][Docs] Update target-related support in Flang docs, NFC (#150443) #151493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2025
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
20 changes: 10 additions & 10 deletions flang/docs/OpenMPSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
| target construct | P | device clause not supported |
| target update construct | P | device clause not supported |
| declare target directive | P | |
| teams construct | P | reduction clause not supported |
| teams construct | Y | |
| distribute construct | P | dist_schedule clause not supported |
| distribute simd construct | P | dist_schedule and linear clauses are not supported |
| distribute parallel loop construct | P | dist_schedule clause not supported |
Expand All @@ -51,15 +51,15 @@ Note : No distinction is made between the support in Parser/Semantics, MLIR, Low
| atomic construct extensions | Y | |
| cancel construct | Y | |
| cancellation point construct | Y | |
| parallel do simd construct | P | linear clause is not supported |
| target teams construct | P | device and reduction clauses are not supported |
| teams distribute construct | P | reduction and dist_schedule clauses not supported |
| teams distribute simd construct | P | reduction, dist_schedule and linear clauses are not supported |
| target teams distribute construct | P | device, reduction and dist_schedule clauses are not supported |
| teams distribute parallel loop construct | P | reduction and dist_schedule clauses are not supported |
| target teams distribute parallel loop construct | P | device, reduction and dist_schedule clauses are not supported |
| teams distribute parallel loop simd construct | P | reduction, dist_schedule, and linear clauses are not supported |
| target teams distribute parallel loop simd construct | P | device, reduction, dist_schedule and linear clauses are not supported |
| parallel do simd construct | P | linear clause not supported |
| target teams construct | P | device clause not supported |
| teams distribute construct | P | dist_schedule clause not supported |
| teams distribute simd construct | P | dist_schedule and linear clauses are not supported |
| target teams distribute construct | P | device and dist_schedule clauses are not supported |
| teams distribute parallel loop construct | P | dist_schedule clause not supported |
| target teams distribute parallel loop construct | P | device and dist_schedule clauses are not supported |
| teams distribute parallel loop simd construct | P | dist_schedule and linear clauses are not supported |
| target teams distribute parallel loop simd construct | P | device, dist_schedule and linear clauses are not supported |

## Extensions
### ATOMIC construct
Expand Down
Loading